summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2008-11-10ath9k: Revamp VAP managementSujith5-193/+67
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith3-34/+27
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith4-40/+28
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith2-46/+6
2008-11-10ath9k: Revamp transmit control blockSujith4-342/+324
2008-11-10ath9k: Simplify node attach/detach routinesSujith4-124/+99
2008-11-10ath9k: Node cleanupSujith6-326/+94
2008-11-10ath9k: remove useless NULL initialisersJohannes Berg1-8/+0
2008-11-01ath9k: use ETH_P_PAELuis R. Rodriguez1-2/+2
2008-11-01ath9k: remove useless conditionalBob Copeland1-3/+0
2008-11-01mac80211: Re-enable aggregationSujith1-4/+2
2008-11-01ath9k: Check if the STA supports HT when initializing rate controlSujith1-1/+1
2008-11-01ath9k: Allow user to change tx power when askedLuis R. Rodriguez2-2/+9
2008-11-01ath9k: enable RX interrupt mitigationLuis R. Rodriguez1-1/+1
2008-11-01ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez3-29/+15
2008-11-01mac80211: remove rate_control_clearJohannes Berg1-6/+0
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg3-40/+46
2008-11-01ath9k: correct signal quality reportLuis R. Rodriguez1-2/+9
2008-11-01mac80211: rewrite HT handlingJohannes Berg5-37/+38
2008-11-01mac80211: make retry limits part of hw configJohannes Berg1-1/+0
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-2/+2
2008-11-01802.11: clean up/fix HT supportJohannes Berg5-38/+34
2008-10-28net: convert print_mac to %pMJohannes Berg5-23/+14
2008-10-15ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+7
2008-10-10ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez1-2/+4
2008-10-10ath9k: remove nasty FAIL macro from ath9k_hw_reset()Luis R. Rodriguez1-12/+21
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau1-1/+1
2008-10-07ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez6-25/+197
2008-10-07ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez1-1/+1
2008-10-07ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez5-22/+19
2008-10-07ath9k: fixup some merge damageJohn W. Linville1-2/+0
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-8/+20
2008-09-25ath9k: Add a few comments about mibeventsLuis R. Rodriguez1-2/+16
2008-09-25mac80211: clean up rate control APIJohannes Berg1-56/+42
2008-09-25ath9k: Fix TSF Adjust usageSujith1-1/+2
2008-09-25ath9k: Fix nexttbtt calculationSujith2-3/+7
2008-09-25ath9k: Whitespace cleanupSujith1-76/+60
2008-09-24ath9k: disable MIB interrupts to fix interrupt stormLuis R. Rodriguez1-0/+7
2008-09-23ath9k: Fix IRQ nobody cared issue with ath9kSenthil Balasubramanian2-3/+10
2008-09-23ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian3-7/+3
2008-09-16mac80211: move txrate_idx into RC algorithmsJohannes Berg1-1/+0
2008-09-16mac80211: share sta->supp_ratesJohannes Berg1-1/+1
2008-09-16mac80211: share STA information with driverJohannes Berg1-16/+14
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-14/+14
2008-09-16ath9k: Add RF kill supportVasanthakumar Thiagarajan4-32/+327
2008-09-16ath9k: Re-order functions in main.cVasanthakumar Thiagarajan1-469/+469
2008-09-11mac80211: change MIMO_PS to SM_PSTomas Winkler1-1/+1
2008-09-11ath9k: Assign seq# when mac80211 requests thisJouni Malinen3-0/+28
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller3-8/+11
2008-09-06ath9k: uses/needs led_classdev_[un]registerRandy Dunlap1-0/+3