summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-301-6/+6
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-261-6/+6
| |\
| | * iwlwifi: fix the basic CCK rates calculationEmmanuel Grumbach2012-11-211-6/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-216-17/+30
|\| |
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-192-8/+14
| |\|
| | * iwlwifi: don't WARN when a non empty queue is disabledEmmanuel Grumbach2012-11-181-8/+0
| | * iwlwifi: fix monitor mode FCS flagJohannes Berg2012-11-141-0/+14
| * | ath9k_hw: Fix regression in device resetSujith Manoharan2012-11-191-1/+1
| * | mwifiex: report error to MMC core if we cannot suspendBing Zhao2012-11-161-5/+6
| * | mwifiex: fix system hang issue in cmd timeout error caseBing Zhao2012-11-161-3/+8
| * | rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2012-11-161-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-164-5/+24
|\| |
| * | brcmfmac: fix typo in CONFIG_BRCMISCANHauke Mehrtens2012-11-141-1/+1
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-143-4/+23
| |\|
| | * iwlwifi: use ieee80211_free_txskbJohannes Berg2012-11-072-2/+2
| | * iwlwifi: handle DMA mapping failuresJohannes Berg2012-11-051-2/+21
* | | drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-031-1/+1
|/ /
* | ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann2012-10-301-2/+6
* | rt2800: validate step value for temperature compensationStanislaw Gruszka2012-10-301-1/+1
* | ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-10-291-0/+2
* | b43: Fix oops on unload when firmware not foundLarry Finger2012-10-241-0/+4
* | mwifiex: clean up scan state on errorBing Zhao2012-10-241-2/+5
* | mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao2012-10-241-8/+5
* | brcmfmac: fix potential NULL dereferenceYuanhan Liu2012-10-241-1/+1
* | Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau2012-10-241-82/+82
* | ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan2012-10-241-0/+1
* | rt2x00: usb: fix reset resumeStanislaw Gruszka2012-10-243-0/+3
* | rtlwifi: pass rx setup error code to callerChristian Lamparter2012-10-241-1/+1
|/
* iwlwifi: fix 6000 series channel switch commandJohannes Berg2012-10-161-15/+24
* net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()Stanislav Yakovlev2012-10-151-1/+1
* brcmfmac: fix end of loop check (signedness bug)Dan Carpenter2012-10-151-2/+2
* brcmfmac: set dongle mode accordingly when interface upFranky Lin2012-10-151-36/+2
* brcmfmac: use control channel in roamed status reportingFranky Lin2012-10-151-6/+20
* brcmfmac: handle all exceptions as an error.Hante Meuleman2012-10-151-1/+1
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
* mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
* mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
* mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
* rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
* ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
* ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02231-4414/+11534
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-0163-1366/+3259
| |\
| | * ath9k: Fix BTCOEX weight initializationSujith Manoharan2012-09-284-32/+39
| | * mwifiex: convert to use le16_add_cpu()Wei Yongjun2012-09-281-3/+2
| | * mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil2012-09-284-8/+49
| | * ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann2012-09-281-0/+17