summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-02-23ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan1-7/+17
2009-01-16ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKJouni Malinen1-1/+1
2009-01-16ath9k: Fix an operator typo in phy rate validationJouni Malinen1-1/+1
2009-01-12ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen1-9/+1
2009-01-12ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian1-21/+17
2009-01-12ath9k: Fix chainmask handling bugSujith1-2/+2
2009-01-12ath9k: Enforce module build if rfkill is a moduleJouni Malinen1-0/+1
2008-12-26drivers/net/wireless/ath9k: fix sparse warnings: make symbols staticHannes Eder1-30/+32
2008-12-19ath9k: Fixed RX decryption status reportingJouni Malinen1-14/+12
2008-12-19ath9k: Fix key cache slot selection for splitmicJouni Malinen1-2/+2
2008-12-19ath9k: Protect config() callback with a mutexSujith2-0/+6
2008-12-19ath9k: Key cache allocation for AP modeJouni Malinen1-68/+132
2008-12-19ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen1-1/+2
2008-12-19ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan1-16/+14
2008-12-19ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan1-4/+10
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-19ath9k: Report HT rates in RX statusJouni Malinen1-35/+26
2008-12-19ath9k: Do not use association state to update rate tableSujith1-2/+1
2008-12-19mac80211: Fix HT channel selectionSujith1-94/+29
2008-12-12ath9k: Do not remove header padding on RX from short framesJouni Malinen1-2/+10
2008-12-12ath9k: Refactor struct ath_softcSujith5-267/+254
2008-12-12ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian1-2/+3
2008-12-12ath9k: remove fragmentation workaround againJohannes Berg1-6/+0
2008-12-12ath9k: avoid rx frames with corrupted descriptor.Senthil Balasubramanian2-2/+9
2008-12-12ath9k: Incorrect band enum causes invalid antenna configuration.Senthil Balasubramanian3-3/+8
2008-12-12ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian8-332/+1826
2008-12-12ath9k: Adding initvalues for Atheros AR9285 chipset.Senthil Balasubramanian1-0/+1363
2008-12-12ath9k: Adding AR9285 chipset register information.Senthil Balasubramanian1-1/+108
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2-94/+72
2008-12-12ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith3-22/+2
2008-12-12ath9k: Add a debugfs file to show interrupt statisticsSujith3-0/+159
2008-12-12ath9k: Maintain rate table choice after associationSujith6-13/+12
2008-12-12ath9k: Fix bug in rate table managementSujith2-4/+6
2008-12-12ath9k: Disable staggered Beacon frame schedulingJouni Malinen1-1/+1
2008-12-12ath9k: Free Beacon skbs in AP modeJouni Malinen1-0/+1
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez1-2/+20
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez3-3/+53
2008-12-05generic swap(): ath9k: rename swap() to swap_array()Wu Fengguang2-2/+2
2008-12-05ath9k: Choose correct ANI calibration periodSujith1-2/+3
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe10-74/+81
2008-12-05ath9k: Add a debugfs file for dumping DMA statusSujith6-74/+102
2008-12-05ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith3-8/+42
2008-12-05ath9k: Remove includes that are not neededSujith1-19/+0
2008-12-05ath9k: Add ATH9K_DEBUG configuration optionSujith5-17/+75
2008-12-05ath9k: Use cleaner debug masksSujith13-609/+429
2008-12-05ath9k: Handle channel initialization for AP modeSujith2-24/+91
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-12/+22
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith4-69/+60
2008-11-26ath9k: Code scrubSujith8-1865/+1231