summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-1626-300/+301
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-3/+1
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-211-3/+1
| |\
| | * iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach2011-12-191-3/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-153-3/+12
| |\ \ | | |/
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-059-42/+65
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-111-16/+17
| |\ \ \
* | \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-143-3/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy2011-12-141-2/+2
| * | | | iwlwifi: tx_sync only on PAN contextJohannes Berg2011-12-141-0/+6
| * | | | iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy2011-12-121-1/+4
| | |_|/ | |/| |
* | | | iwlagn: use IWL_MAX_TID_COUNT instead of TID_MAX_LOAD_COUNTJohannes Berg2011-12-082-7/+6
* | | | iwlagn: use IWL_MAX_TID_COUNT for WoWLANJohannes Berg2011-12-081-1/+1
* | | | iwlagn: fix TID use bugJohannes Berg2011-12-081-1/+1
* | | | iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry2011-12-087-33/+34
* | | | iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry2011-12-087-18/+21
* | | | iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry2011-12-0812-72/+78
* | | | iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy2011-12-081-1/+2
* | | | iwlwifi: P2P is not enabled by defaultWey-Yi Guy2011-12-082-1/+25
* | | | iwlwifi: add device ID information support by testmodeHsu, Kenny2011-12-082-2/+36
* | | | iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy2011-12-087-15/+15
* | | | iwlwifi: remove reference to legacy devicesWey-Yi Guy2011-12-081-3/+2
* | | | iwlwifi: minor cleanupWey-Yi Guy2011-12-082-47/+15
* | | | iwlwifi: Display more uCode debug infoWey-Yi Guy2011-12-082-10/+29
* | | | iwlwifi: hide kernel option IWLWIFI_DEVICE_SVTOOLHsu, Kenny2011-12-081-2/+2
* | | | iwlwifi: add uCode version information support by testmodeHsu, Kenny2011-12-082-2/+27
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Wey-Yi Guy2011-12-087-25/+43
|\ \ \ \
| * | | | iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry2011-12-069-134/+143
| * | | | iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry2011-12-067-29/+43
| * | | | iwlwifi: replace iwl_priv reference with iwl_trans for ucode.Don Fry2011-12-063-36/+36
| * | | | iwlwifi: rename iwl-agn-ucode as iwl-ucodeDon Fry2011-12-062-1/+1
| * | | | iwlwifi: Rename file name from iwl-sv-open.c to iwl-testmode.cWey-Yi Guy2011-12-062-1/+1
| * | | | iwlwifi: add WOWLAN uCode loading support by testmodeHsu, Kenny2011-12-062-1/+20
| * | | | iwlagn: make debug levels more readableJohannes Berg2011-12-061-31/+27
| * | | | iwlagn: remove MACDUMP debugJohannes Berg2011-12-062-6/+1
| * | | | iwlagn: remove HC_DUMP debugJohannes Berg2011-12-061-2/+1
| * | | | iwlagn: remove TX_REPLY_LIMIT debugJohannes Berg2011-12-061-2/+0
| * | | | iwlwifi: declare static for iwl_sram_cleanup functionWey-Yi Guy2011-12-061-1/+1
| * | | | iwlwifi: add generic chunk size of tm dumpit packetHsu, Kenny2011-12-062-11/+13
| * | | | iwlwifi: add range checking in tm sram read commandKenny Hsu2011-12-061-1/+22
| * | | | iwlwifi: add tm commands for sram reading by dumpitHsu, Kenny2011-12-063-2/+141
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-0210-43/+68
| |\ \ \ \ | | |/ / /
| | * | | iwlwifi: change the default behavior of watchdog timerWey-Yi Guy2011-12-026-9/+26
| | * | | iwlwifi: do not re-configure HT40 after associatedWey-Yi Guy2011-12-023-28/+28
| | * | | iwlagn: fix HW crypto for TX-only keysJohannes Berg2011-12-022-5/+11
| | | |/ | | |/|
| | * | iwlwifi: avoid a panic when unloading the module with RF KillEmmanuel Grumbach2011-11-111-16/+17
| * | | iwlwifi: help to debug AGG SM inconsistenciesEmmanuel Grumbach2011-11-281-2/+10
| * | | iwlwifi: show the configuration optionWey-Yi Guy2011-11-281-0/+32
| * | | iwlwifi: show command string for REPLY_D3_CONFIGWey-Yi Guy2011-11-281-0/+1
| * | | iwlagn: allow up to uCode API 6 for 6000 devicesJohannes Berg2011-11-281-2/+5
OpenPOWER on IntegriCloud