aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-273-6/+6
|\
| * iwlwifi: fix __devexit_p points to __devexit functionsReinette Chatre2008-03-242-2/+2
| * iwlwifi: mac start synchronization issueRick Farrington2008-03-242-2/+2
| * iwlwifi: fix a typo in Kconfig messagePascal Terjan2008-03-241-2/+2
* | mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky2008-03-271-1/+1
* | iwlwifi: iwl_priv - clean up in types of membersTomas Winkler2008-03-274-4/+14
* | iwlwifi: allow a default callback for ASYNC host commandsEmmanuel Grumbach2008-03-271-2/+28
* | iwlwifi: improve NIC i/o debug prints informationTomas Winkler2008-03-271-22/+25
* | iwlwifi: rename iwl-4965-io.h to iwl-io.hTomas Winkler2008-03-277-366/+364
* | iwlwifi: Add led supportMohamed Abbas2008-03-2713-16/+1107
* | iwlwifi: do not register bands with no supported channelsJohn W. Linville2008-03-272-4/+12
* | iwlwifi: Completing the parameter packagingAssaf Krauss2008-03-253-54/+55
* | iwlwifi: move host command sending functions to core moduleTomas Winkler2008-03-259-322/+399
* | iwlwifi: rename iwl4965_get_channel_info to iwl_get_channel_infoAssaf Krauss2008-03-256-13/+13
* | iwlwifi: iwl3945 remove 4965 commandsTomas Winkler2008-03-251-39/+0
* | iwlwifi-2.6: enables RX TKIP decryption in HWEmmanuel Grumbach2008-03-251-0/+51
* | iwlwifi-2.6: enables HW TKIP encryptionEmmanuel Grumbach2008-03-252-9/+25
* | iwlwifi-2.6: RX status translation to old schemeEmmanuel Grumbach2008-03-253-0/+81
* | iwlwifi-2.6: Cleans up set_key flowEmmanuel Grumbach2008-03-252-56/+110
* | iwlwifi: Probe Flow - Extracting hw and priv initAssaf Krauss2008-03-257-623/+677
* | iwlwifi: Probe Flow - Performing allocation in a separate functionAssaf Krauss2008-03-253-8/+39
* | iwlwifi: Packing all 4965 parametersAssaf Krauss2008-03-254-33/+42
* | iwlwifi: Re-ordering probe flow (4965)Assaf Krauss2008-03-252-120/+151
* | iwlwifi: remove macros containing offsets from eeprom structReinette Chatre2008-03-252-64/+0
* | iwlwifi: Add debugfs to iwl coreTomas Winkler2008-03-257-6/+377
* | iwlwifi: Add TX/RX statistcs to driverTomas Winkler2008-03-253-1/+24
* | iwlwifi: rename struct iwl4965_priv to struct iwl_privTomas Winkler2008-03-257-415/+415
* | iwlwifi: rename iwl-4965-debug.h back to iwl-debug.hTomas Winkler2008-03-259-71/+71
* | iwlwifi: Bug fix, CCMP with HW encryption with AGGMax Stepanov2008-03-252-0/+6
* | iwlwifi: fix bug to show hidden APs during scanReinette Chatre2008-03-132-16/+26
* | iwlwifi: change rate number to a constantTomas Winkler2008-03-131-2/+3
* | iwlwifi: Fix endianity in debug printTomas Winkler2008-03-131-1/+1
* | iwlwifi: Use eeprom form iwlcoreAssaf Krauss2008-03-137-426/+30
* | iwlwifi: update copyright yearReinette Chatre2008-03-1323-31/+28
* | iwlwifi: Use sta_bcast_id variable instead of BROADCAST_ID constantTomas Winkler2008-03-132-5/+5
* | iwlwifi: fix potential lock inversion deadlockReinette Chatre2008-03-071-2/+2
* | wireless: correct warnings from using '%llx' for type 'u64'John W. Linville2008-03-071-3/+3
* | iwlwifi: grab NIC access when disabling aggregationsRon Rindjunsky2008-03-071-17/+20
* | iwlwifi: 3945 split tx_complete to command and packet functionTomas Winkler2008-03-072-157/+148
* | iwlwifi: Fix 3945 rate scalingTomas Winkler2008-03-072-25/+22
* | iwlwifi: queue functions cleanupTomas Winkler2008-03-074-60/+45
* | iwlwifi: Moving EEPROM handling in iwlcore moduleAssaf Krauss2008-03-072-0/+604
* | iwlwifi: add iwl-core moduleTomas Winkler2008-03-075-7/+59
* | iwlwifi: fix locking unbalance in 4965 rate scaleTomas Winkler2008-03-071-13/+12
* | iwlwifi: Cancel scanning upon associationEmmanuel Grumbach2008-03-072-22/+12
* | iwlwifi: Take the fw file name from the iwl_cfg.Tomas Winkler2008-03-076-12/+18
* | iwlwifi: add struct iwl_cfgTomas Winkler2008-03-078-37/+203
* | iwlwifi: Move HBUS address to iwl-csr.hTomas Winkler2008-03-073-83/+42
* | iwlwifi: extract iwl-csr.hTomas Winkler2008-03-079-283/+236
* | iwlwifi: use mac80211_tx_control_flagsRon Rindjunsky2008-03-074-32/+64