summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: usb: add missing freeing of skbuffJussi Kivilinna2013-03-181-0/+1
* mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao2013-03-181-0/+8
* mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
* mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-184-17/+10
* ath9k: limit tx path hang check to normal data queuesFelix Fietkau2013-03-181-13/+13
* ath9k_hw: revert chainmask to user configuration after calibrationFelix Fietkau2013-03-181-0/+4
* iwl3945: fix length of dma buffersStanislaw Gruszka2013-03-181-10/+12
* rtlwifi: rtl8192cu: Fix problem that prevents reassociationLarry Finger2013-03-131-52/+35
* rt2x00: fix rt2x00 to work with the new ralink SoC config symbolsJohn Crispin2013-03-132-9/+9
* rtlwifi: rtl8192cu: Fix schedule while atomic bug splatLarry Finger2013-03-081-2/+0
* mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao2013-03-081-4/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0615-339/+229
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-0415-339/+229
| |\
| | * iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach2013-03-041-5/+1
| | * iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach2013-03-043-23/+35
| | * iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach2013-03-041-0/+10
| | * iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish2013-03-041-114/+0
| | * iwlwifi: mvm: Take the phy_cfg from the TLV valueDor Shaish2013-03-041-15/+1
| | * iwlwifi: mvm: Set valid TX antennas value before calib requestDor Shaish2013-03-041-0/+5
| | * iwlwifi: mvm: restart the NIC of the cmd queue gets fullEmmanuel Grumbach2013-03-041-5/+13
| | * iwlwifi: use coherent DMA memory for command headerJohannes Berg2013-02-285-142/+137
| | * iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach2013-02-282-3/+2
| | * iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg2013-02-283-11/+15
| | * iwlwifi: don't map complete commands bidirectionallyJohannes Berg2013-02-281-22/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0614-84/+194
|\ \ \
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0114-84/+194
| |\| |
| | * | libertas: fix crash for SD8688Bing Zhao2013-02-271-1/+5
| | * | rt2x00: error in configurations with mesh support disabledFelix Fietkau2013-02-271-2/+6
| | * | mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
| | * | ath9k_hw: improve reset reliability after errorsFelix Fietkau2013-02-271-1/+3
| | * | ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-272-7/+12
| | * | ath9k: fix RSSI dummy marker valueFelix Fietkau2013-02-271-1/+1
| | |/
| | * iwlwifi: mvm: Remove testing of static PIC in PhyDBDor Shaish2013-02-271-16/+0
| | * iwlwifi: fix wakeup status query and packet reportingJohannes Berg2013-02-272-27/+81
| | * iwlwifi: mvm: fix AP/GO mode station removalJohannes Berg2013-02-261-5/+14
| | * iwlwifi: always copy first 16 bytes of commandsJohannes Berg2013-02-263-23/+71
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\ \ \ | |/ / |/| |
| * | new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-264-30/+7
|\ \ \
| * | | b43: Fix lockdep splat on module unloadLarry Finger2013-02-251-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-253-29/+5
| |\ \ \ | | | |/ | | |/|
| | * | brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun2013-02-221-1/+3
| | * | mwifiex: fix system freeze while reloading driverAvinash Patil2013-02-221-10/+1
| | * | mwifiex: don't drop carrier flag over suspendDaniel Drake2013-02-222-18/+1
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2110-36/+20
|\ \ \ \ | |/ / / |/| | |
| * | | drivers/net/wireless/rtlwifi: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/zd1211rw: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/rtl818x: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-1/+1
| * | | drivers/net/wireless/rt2x00: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-5/+0