summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Do not remove header padding on RX from short framesJouni Malinen2008-12-121-2/+10
* ath9k: Refactor struct ath_softcSujith2008-12-125-267/+254
* ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian2008-12-121-2/+3
* ath9k: remove fragmentation workaround againJohannes Berg2008-12-121-6/+0
* ath9k: avoid rx frames with corrupted descriptor.Senthil Balasubramanian2008-12-122-2/+9
* ath9k: Incorrect band enum causes invalid antenna configuration.Senthil Balasubramanian2008-12-123-3/+8
* ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian2008-12-128-332/+1826
* ath9k: Adding initvalues for Atheros AR9285 chipset.Senthil Balasubramanian2008-12-121-0/+1363
* ath9k: Adding AR9285 chipset register information.Senthil Balasubramanian2008-12-121-1/+108
* ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2008-12-122-94/+72
* ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith2008-12-123-22/+2
* ath9k: Add a debugfs file to show interrupt statisticsSujith2008-12-123-0/+159
* ath9k: Maintain rate table choice after associationSujith2008-12-126-13/+12
* ath9k: Fix bug in rate table managementSujith2008-12-122-4/+6
* ath9k: Disable staggered Beacon frame schedulingJouni Malinen2008-12-121-1/+1
* ath9k: Free Beacon skbs in AP modeJouni Malinen2008-12-121-0/+1
* ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez2008-12-051-2/+20
* ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-053-3/+53
* generic swap(): ath9k: rename swap() to swap_array()Wu Fengguang2008-12-052-2/+2
* ath9k: Choose correct ANI calibration periodSujith2008-12-051-2/+3
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-0510-74/+81
* ath9k: Add a debugfs file for dumping DMA statusSujith2008-12-056-74/+102
* ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith2008-12-053-8/+42
* ath9k: Remove includes that are not neededSujith2008-12-051-19/+0
* ath9k: Add ATH9K_DEBUG configuration optionSujith2008-12-055-17/+75
* ath9k: Use cleaner debug masksSujith2008-12-0513-609/+429
* ath9k: Handle channel initialization for AP modeSujith2008-12-052-24/+91
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-262-12/+22
|\
| * ath9k: correct expected max RX buffer sizeLuis R. Rodriguez2008-11-251-2/+11
| * ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2008-11-252-8/+8
* | ath9k: Use proper TX channel width for setting channelsSujith2008-11-264-69/+60
* | ath9k: Code scrubSujith2008-11-268-1865/+1231
* | ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez2008-11-261-31/+26
* | ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan2008-11-263-1/+5
* | ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith2008-11-261-16/+7
* | ath9k: Update TX trigger level on a FIFO underrun.Sujith2008-11-261-1/+3
* | ath9k: Fix bug in deciphering channel flagsSujith2008-11-262-7/+7
* | ath9k: Move TX completion routine to xmit.cSujith2008-11-263-65/+56
* | ath9k: Use helpersSujith2008-11-262-197/+194
* | ath9k: General code scrubSujith2008-11-266-412/+277
* | ath9k: Remove ath9k_rate_tableSujith2008-11-2610-374/+132
* | ath9k: Use rate_driver_dataSujith2008-11-265-226/+108
* | ath9k: Remove ath_rate_softcSujith2008-11-265-87/+45
* | ath9k: Remove rate control reference in VAPSujith2008-11-264-85/+50
* | ath9k: We don't support non-HT devices, so remove superfluous code.Sujith2008-11-261-39/+0
* | ath9k: Revamp RX handlingSujith2008-11-263-519/+209
* | ath9k: Nuke fixed rate handling in driverSujith2008-11-265-137/+4
* | ath9k: Remove half/quarter rate tablesSujith2008-11-263-127/+20
* | ath9k: Remove ath_rate_newassoc()Sujith2008-11-261-25/+8
* | ath9k: Remove ath_setup_ratesSujith2008-11-261-26/+10