summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-09-06cfg80211: 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-03ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian1-2/+3
2008-09-03ath9k: Incorrect key used when group and pairwise ciphers are different.Senthil Balasubramanian2-6/+8
2008-08-30ath9k: rc.h cleanupSujith2-115/+125
2008-08-30ath9k: Remove sc_lastrx as we don't use it anywhereSujith2-6/+2
2008-08-30ath9k: Do not update frame's duration fieldSujith2-46/+11
2008-08-30ath9k: Remove more dead codeSujith4-39/+0
2008-08-30ath9k: Add LED supportVasanthakumar Thiagarajan5-46/+176
2008-08-30ath9k: Use mac80211 for multicast power save bufferingJouni Malinen6-183/+82
2008-08-30ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith6-36/+17
2008-08-30ath9k: Use definition from ieee80211.hSujith1-9/+4
2008-08-30ath9k: Miscellaneous fixesSujith6-169/+79
2008-08-30ath9k: Random cleanupSujith3-94/+83
2008-08-30ath9k: Remove remaining occurences of ath_skb_map functionsSujith4-60/+24
2008-08-30ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-30ath9k: Assign seq# when mac80211 requests thisJouni Malinen3-0/+27
2008-08-30ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-08-30ath9k: Updated Beacon generation to use mac80211-styleJouni Malinen3-50/+48
2008-08-30ath9k: Allow AP mode to be enabledJouni Malinen2-5/+26
2008-08-30ath9k: Trim struct ath_softcSujith5-61/+31
2008-08-30ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith4-15/+12
2008-08-30ath9k: Use bitfields for sc operationsSujith7-62/+66
2008-08-30ath9k: Use a single opmode variableSujith8-39/+41
2008-08-30ath9k: Unused macros, variablesSujith2-84/+50
2008-08-30ath9k: Remove ar5416hal and assign default values directlySujith1-25/+3
2008-08-30ath9k: Remove a few unnecessary macrosSujith2-13/+4
2008-08-30ath9k: Use bitfields for buffer typeSujith2-79/+83
2008-08-30ath9k: RX Filter cleanupSujith4-67/+21
2008-08-30ath9k: Merge reset functionsSujith5-55/+27
2008-08-18ath9k: work around gcc ICEs (again)Adrian Bunk1-1/+5
2008-08-07ath9k: Revamp wireless mode usageSujith12-324/+205
2008-08-07ath9k: More unused macrosSujith1-6/+0
2008-08-07ath9k: Remove a few unused macros and fix indentationSujith1-145/+130
2008-08-07ath9k: Use mac80211's band macros and remove enum hal_freq_bandSujith2-9/+4
2008-08-07ath9k: Remove redundant data structure ath9k_txq_infoSujith6-212/+178
2008-08-07ath9k: Cleanup data structures related to HW capabilitiesSujith9-320/+330
2008-08-07ath9k: work around gcc ICEsAdrian Bunk1-1/+5
2008-08-07ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez20-0/+31683