summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: use ETH_P_PAELuis R. Rodriguez2008-10-311-2/+2
* ath9k: remove useless conditionalBob Copeland2008-10-311-3/+0
* mac80211: Re-enable aggregationSujith2008-10-311-4/+2
* ath9k: Check if the STA supports HT when initializing rate controlSujith2008-10-311-1/+1
* ath9k: Allow user to change tx power when askedLuis R. Rodriguez2008-10-312-2/+9
* ath9k: enable RX interrupt mitigationLuis R. Rodriguez2008-10-311-1/+1
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-10-313-29/+15
* mac80211: remove rate_control_clearJohannes Berg2008-10-311-6/+0
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-313-40/+46
* ath9k: correct signal quality reportLuis R. Rodriguez2008-10-311-2/+9
* mac80211: rewrite HT handlingJohannes Berg2008-10-315-37/+38
* mac80211: make retry limits part of hw configJohannes Berg2008-10-311-1/+0
* mac80211: introduce hw config change flagsJohannes Berg2008-10-311-2/+2
* 802.11: clean up/fix HT supportJohannes Berg2008-10-315-38/+34
* net: convert print_mac to %pMJohannes Berg2008-10-275-23/+14
* ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-141-1/+7
* ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez2008-10-101-2/+4
* ath9k: remove nasty FAIL macro from ath9k_hw_reset()Luis R. Rodriguez2008-10-101-12/+21
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-061-1/+1
* ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez2008-10-066-25/+197
* ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez2008-10-061-1/+1
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-065-22/+19
* ath9k: fixup some merge damageJohn W. Linville2008-10-061-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-014-8/+20
|\
| * ath9k: disable MIB interrupts to fix interrupt stormLuis R. Rodriguez2008-09-241-0/+7
| * ath9k: Fix IRQ nobody cared issue with ath9kSenthil Balasubramanian2008-09-222-3/+10
| * ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian2008-09-223-7/+3
| * ath9k: Assign seq# when mac80211 requests thisJouni Malinen2008-09-113-0/+28
* | ath9k: Add a few comments about mibeventsLuis R. Rodriguez2008-09-241-2/+16
* | mac80211: clean up rate control APIJohannes Berg2008-09-241-56/+42
* | ath9k: Fix TSF Adjust usageSujith2008-09-241-1/+2
* | ath9k: Fix nexttbtt calculationSujith2008-09-242-3/+7
* | ath9k: Whitespace cleanupSujith2008-09-241-76/+60
* | mac80211: move txrate_idx into RC algorithmsJohannes Berg2008-09-151-1/+0
* | mac80211: share sta->supp_ratesJohannes Berg2008-09-151-1/+1
* | mac80211: share STA information with driverJohannes Berg2008-09-151-16/+14
* | mac80211: use nl80211 interface typesJohannes Berg2008-09-151-14/+14
* | ath9k: Add RF kill supportVasanthakumar Thiagarajan2008-09-154-32/+327
* | ath9k: Re-order functions in main.cVasanthakumar Thiagarajan2008-09-151-469/+469
* | mac80211: change MIMO_PS to SM_PSTomas Winkler2008-09-111-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-083-8/+11
|\|
| * ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen2008-09-031-2/+2
| * ath9k: Fix TX status reportingJouni Malinen2008-09-031-2/+10
| * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian2008-09-021-2/+3
| * ath9k: Incorrect key used when group and pairwise ciphers are different.Senthil Balasubramanian2008-09-022-6/+8
* | ath9k: uses/needs led_classdev_[un]registerRandy Dunlap2008-09-051-0/+3
* | cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* | ath9k: rc.h cleanupSujith2008-08-292-115/+125
* | ath9k: Remove sc_lastrx as we don't use it anywhereSujith2008-08-292-6/+2
* | ath9k: Do not update frame's duration fieldSujith2008-08-292-46/+11