aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David S. Miller2-12/+22
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith4-69/+60
2008-11-26ath9k: Code scrubSujith8-1865/+1231
2008-11-26ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez1-31/+26
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan3-1/+5
2008-11-26ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith1-16/+7
2008-11-26ath9k: Update TX trigger level on a FIFO underrun.Sujith1-1/+3
2008-11-26ath9k: Fix bug in deciphering channel flagsSujith2-7/+7
2008-11-26ath9k: Move TX completion routine to xmit.cSujith3-64/+55
2008-11-26ath9k: Use helpersSujith2-193/+190
2008-11-26ath9k: General code scrubSujith6-412/+277
2008-11-26ath9k: Remove ath9k_rate_tableSujith10-374/+132
2008-11-26ath9k: Use rate_driver_dataSujith5-225/+107
2008-11-26ath9k: Remove ath_rate_softcSujith5-87/+45
2008-11-26ath9k: Remove rate control reference in VAPSujith4-85/+50
2008-11-26ath9k: We don't support non-HT devices, so remove superfluous code.Sujith1-39/+0
2008-11-26ath9k: Revamp RX handlingSujith3-516/+206
2008-11-26ath9k: Nuke fixed rate handling in driverSujith5-137/+4
2008-11-26ath9k: Remove half/quarter rate tablesSujith3-127/+20
2008-11-26ath9k: Remove ath_rate_newassoc()Sujith1-25/+8
2008-11-26ath9k: Remove ath_setup_ratesSujith1-26/+10
2008-11-26ath9k: Simplify RC alloc/free functionsSujith1-41/+7
2008-11-26ath9k: Merge struct ath_tx_ratectrl with ath_rate_nodeSujith2-225/+192