aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-1/+1
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez6-25/+197
2008-10-06ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez1-1/+1
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez5-22/+19
2008-10-06ath9k: fixup some merge damageJohn W. Linville1-2/+0
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+20
2008-09-24ath9k: Add a few comments about mibeventsLuis R. Rodriguez1-2/+16
2008-09-24mac80211: clean up rate control APIJohannes Berg1-56/+42
2008-09-24ath9k: Fix TSF Adjust usageSujith1-1/+2
2008-09-24ath9k: Fix nexttbtt calculationSujith2-3/+7
2008-09-24ath9k: Whitespace cleanupSujith1-76/+60
2008-09-24ath9k: disable MIB interrupts to fix interrupt stormLuis R. Rodriguez1-0/+7
2008-09-22ath9k: Fix IRQ nobody cared issue with ath9kSenthil Balasubramanian2-3/+10
2008-09-22ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian3-7/+3
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg1-1/+0
2008-09-15mac80211: share sta->supp_ratesJohannes Berg1-1/+1
2008-09-15mac80211: share STA information with driverJohannes Berg1-16/+14
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-14/+14
2008-09-15ath9k: Add RF kill supportVasanthakumar Thiagarajan4-32/+327
2008-09-15ath9k: 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-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-8/+11
2008-09-05ath9k: uses/needs led_classdev_[un]registerRandy Dunlap1-0/+3
2008-09-05cfg80211: keep track of supported interface modesLuis R. Rodriguez1-0/+5
2008-09-03ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-09-03ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-09-02ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian1-2/+3
2008-09-02ath9k: Incorrect key used when group and pairwise ciphers are different.Senthil Balasubramanian2-6/+8
2008-08-29ath9k: rc.h cleanupSujith2-115/+125
2008-08-29ath9k: Remove sc_lastrx as we don't use it anywhereSujith2-6/+2
2008-08-29ath9k: Do not update frame's duration fieldSujith2-46/+11
2008-08-29ath9k: Remove more dead codeSujith4-39/+0
2008-08-29ath9k: Add LED supportVasanthakumar Thiagarajan5-46/+176
2008-08-29ath9k: Use mac80211 for multicast power save bufferingJouni Malinen6-183/+82
2008-08-29ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith6-36/+17
2008-08-29ath9k: Use definition from ieee80211.hSujith1-9/+4
2008-08-29ath9k: Miscellaneous fixesSujith6-169/+79
2008-08-29ath9k: Random cleanupSujith3-94/+83
2008-08-29ath9k: Remove remaining occurences of ath_skb_map functionsSujith4-60/+24
2008-08-29ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-29ath9k: Assign seq# when mac80211 requests thisJouni Malinen3-0/+27
2008-08-29ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-08-29ath9k: Updated Beacon generation to use mac80211-styleJouni Malinen3-50/+48
2008-08-29ath9k: Allow AP mode to be enabledJouni Malinen2-5/+26
2008-08-29ath9k: Trim struct ath_softcSujith5-61/+31
2008-08-29ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith4-15/+12
2008-08-29ath9k: Use bitfields for sc operationsSujith7-62/+66