aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-23ath9k: Fix TX queue stuck issue.Senthil Balasubramanian1-0/+2
2011-03-23ath9k: Fix kernel panic caused by invalid rate index access.Senthil Balasubramanian1-1/+1
2011-03-21ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan1-2/+2
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville14-139/+132
2011-03-14ath9k: fix aggregation related interoperability issuesFelix Fietkau1-1/+1
2011-03-14ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau3-74/+12
2011-03-14ath9k: fix the .flush driver op implementationFelix Fietkau3-51/+34
2011-03-14ath9k: fix stopping tx dma on resetFelix Fietkau3-8/+35
2011-03-14ath9k_hw: fix REG_SET_BIT and REG_CLR_BIT for multiple bitsFelix Fietkau1-2/+2
2011-03-11ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville3-1/+46
2011-03-11ath9k_hw: Increase the wait count for nf load.Vivek Natarajan1-2/+2
2011-03-11ath9k_hw: Fix PLL initialization for AR9485.Vivek Natarajan1-2/+2
2011-03-11ath9k_hw: Improve idle power consumption for AR9485.Vivek Natarajan1-0/+2
2011-03-11ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau1-3/+1
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville8-56/+133
2011-03-09ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville1-1/+1
2011-03-07wireless:ath: use resource_size() help functionShan Wei2-2/+2
2011-03-07ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear3-31/+53
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller21-403/+769
2011-03-04ath9k: Fix txq memory address printing in debugfs.Ben Greear1-4/+4
2011-03-04ath9k_hw: Read noise floor only for available chains for AR9003Vasanthakumar Thiagarajan1-18/+19
2011-03-04ath9k: Add a debugfs interface to dump chip registersVasanthakumar Thiagarajan1-0/+54
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-6/+10
2011-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-6/+10
2011-03-01ath9k_htc: Handle BSSID/AID for multiple interfacesSujith Manoharan3-20/+81
2011-02-28ath9k: Fix incorrect GPIO LED pin for AR9485Senthil Balasubramanian2-0/+3
2011-02-28ath9k: use generic mac80211 LED blinking codeFelix Fietkau4-170/+61
2011-02-28ath9k_htc: Fix an endian issueSujith Manoharan1-4/+5
2011-02-25ath9k: Fix compilation warning.Vivek Natarajan1-1/+1
2011-02-25ath9k: Cancel pll_work while disabling radio.Vivek Natarajan1-0/+4
2011-02-25ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version.Vivek Natarajan1-4/+4
2011-02-25mac80211: make tx() operation return voidJohannes Berg9-24/+18
2011-02-25carl9170: add Airlive X.USB a/b/g/n USBIDJan Puk1-0/+2
2011-02-25ath9k: correct ath9k_hw_set_interruptsStanislaw Gruszka1-2/+3
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg3-3/+3
2011-02-23ath9k_htc: Fix error path in URB allocationSujith Manoharan1-3/+1
2011-02-23ath9k_htc: Add debug code to print endpoint mappingSujith Manoharan1-0/+17
2011-02-23ath9k_htc: Fix RX filtersSujith Manoharan1-2/+7
2011-02-23ath9k_htc: Fix host RX initializationSujith Manoharan1-8/+0
2011-02-23ath9k_htc: Fix TBTT calculation for IBSS modeSujith Manoharan1-4/+15
2011-02-23ath9k_htc: Configure beacon timers in AP modeSujith Manoharan4-15/+115
2011-02-23ath9k_htc: Add ANI for AP modeSujith Manoharan3-17/+43
2011-02-23ath9k_htc: Calculate and set the HW opmodeSujith Manoharan1-1/+14
2011-02-23ath9k_htc: Allow AP interface to be createdSujith Manoharan2-0/+19
2011-02-23ath9k_htc: Maintain individual counters for interfacesSujith Manoharan2-2/+40
2011-02-23ath9k_htc: Protect ampdu_action with a mutexSujith Manoharan1-0/+4
2011-02-23ath9k_htc: Use VIF from the packet's control dataSujith Manoharan1-1/+7
2011-02-23ath9k_htc: Make sequence number calculation per-VIFSujith Manoharan2-3/+3
2011-02-23ath9k_htc: Set the BSSID mask for multiple interfacesSujith Manoharan2-0/+40
2011-02-23ath9k_htc: Remove OP_ASSOCIATED variableSujith Manoharan4-41/+74