summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-145-18/+28
|\
| * ath9k_htc: Fix ethtool reportingSujith Manoharan2011-04-121-2/+2
| * ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau2011-04-124-16/+26
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-111-2/+10
|\ \ | |/
| * ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau2011-04-081-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-0/+1
|\ \ | |/
| * ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian2011-04-041-0/+1
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-076-7/+7
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-316-7/+7
* | ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau2011-03-281-0/+4
|/
* 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
OpenPOWER on IntegriCloud