aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix TX queue stuck issue.Senthil Balasubramanian2011-03-231-0/+2
* ath9k: Fix kernel panic caused by invalid rate index access.Senthil Balasubramanian2011-03-231-1/+1
* ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan2011-03-211-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-1511-138/+86
|\
| * ath9k: fix aggregation related interoperability issuesFelix Fietkau2011-03-141-1/+1
| * ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau2011-03-143-74/+12
| * ath9k: fix the .flush driver op implementationFelix Fietkau2011-03-143-51/+34
| * ath9k: fix stopping tx dma on resetFelix Fietkau2011-03-143-8/+35
| * ath9k_hw: fix REG_SET_BIT and REG_CLR_BIT for multiple bitsFelix Fietkau2011-03-141-2/+2
| * ath9k_hw: Increase the wait count for nf load.Vivek Natarajan2011-03-111-2/+2
| * ath9k_hw: Fix PLL initialization for AR9485.Vivek Natarajan2011-03-111-2/+2
| * ath9k_hw: Improve idle power consumption for AR9485.Vivek Natarajan2011-03-111-0/+2
| * ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau2011-03-111-3/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-113-23/+78
|\ \ | |/
| * wireless:ath: use resource_size() help functionShan Wei2011-03-071-1/+1
| * ath9k: Fix txq memory address printing in debugfs.Ben Greear2011-03-041-4/+4
| * ath9k_hw: Read noise floor only for available chains for AR9003Vasanthakumar Thiagarajan2011-03-041-18/+19
| * ath9k: Add a debugfs interface to dump chip registersVasanthakumar Thiagarajan2011-03-041-0/+54
* | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-03-0414-386/+755
|\ \ | |/
| * ath9k_htc: Handle BSSID/AID for multiple interfacesSujith Manoharan2011-03-013-20/+81
| * ath9k: Fix incorrect GPIO LED pin for AR9485Senthil Balasubramanian2011-02-282-0/+3
| * ath9k: use generic mac80211 LED blinking codeFelix Fietkau2011-02-284-170/+61
| * ath9k: Fix compilation warning.Vivek Natarajan2011-02-251-1/+1
| * ath9k: Cancel pll_work while disabling radio.Vivek Natarajan2011-02-251-0/+4
| * ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version.Vivek Natarajan2011-02-251-4/+4
| * mac80211: make tx() operation return voidJohannes Berg2011-02-252-8/+5
| * mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-232-2/+2
| * ath9k_htc: Fix error path in URB allocationSujith Manoharan2011-02-231-3/+1
| * ath9k_htc: Add debug code to print endpoint mappingSujith Manoharan2011-02-231-0/+17
| * ath9k_htc: Fix RX filtersSujith Manoharan2011-02-231-2/+7
| * ath9k_htc: Fix host RX initializationSujith Manoharan2011-02-231-8/+0
| * ath9k_htc: Fix TBTT calculation for IBSS modeSujith Manoharan2011-02-231-4/+15
| * ath9k_htc: Configure beacon timers in AP modeSujith Manoharan2011-02-234-15/+115
| * ath9k_htc: Add ANI for AP modeSujith Manoharan2011-02-233-17/+43
| * ath9k_htc: Calculate and set the HW opmodeSujith Manoharan2011-02-231-1/+14
| * ath9k_htc: Allow AP interface to be createdSujith Manoharan2011-02-232-0/+19
| * ath9k_htc: Maintain individual counters for interfacesSujith Manoharan2011-02-232-2/+40
| * ath9k_htc: Protect ampdu_action with a mutexSujith Manoharan2011-02-231-0/+4
| * ath9k_htc: Use VIF from the packet's control dataSujith Manoharan2011-02-231-1/+7
| * ath9k_htc: Make sequence number calculation per-VIFSujith Manoharan2011-02-232-3/+3
| * ath9k_htc: Set the BSSID mask for multiple interfacesSujith Manoharan2011-02-232-0/+40
| * ath9k_htc: Remove OP_ASSOCIATED variableSujith Manoharan2011-02-234-41/+74
| * ath9k_htc: Remove OP_PROTECT_ENABLESujith Manoharan2011-02-233-17/+6
| * ath9k_htc: Remove OP_PREAMBLE_SHORTSujith Manoharan2011-02-232-16/+6
| * ath9k_htc: Fix error handling in add_interfaceSujith Manoharan2011-02-231-4/+6
| * ath9k_htc: Unify target capability updatingSujith Manoharan2011-02-231-14/+5
| * ath9k_htc: Allow upto two simultaneous interfacesSujith Manoharan2011-02-233-54/+130
| * ath9k_htc: Handle storage devicesSujith Manoharan2011-02-232-6/+69
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-032-6/+8
|\ \ | |/ |/|
| * ath9k_htc: Fix an endian issueSujith Manoharan2011-02-281-4/+5