summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ath9k: Simplify RC alloc/free functionsSujith2008-11-261-41/+7
* | ath9k: Merge struct ath_tx_ratectrl with ath_rate_nodeSujith2008-11-262-225/+192
* | ath9k: Fix panic while unregistering rfkillVasanthakumar Thiagarajan2008-11-261-4/+4
* | ath9k: Configure AR_PHY_SWITCH_COM with apropriate antenna controlVasanthakumar Thiagarajan2008-11-251-1/+1
* | ath9k: make DMA memory consistentLuis R. Rodriguez2008-11-251-2/+11
* | ath9k: Clarify we only want 32-bit DMALuis R. Rodriguez2008-11-251-3/+2
* | ath9k: Race condition in accessing TX and RX buffers.Senthil Balasubramanian2008-11-251-15/+14
* | ath9k: IRQ should be disabled before calling free_irq()Senthil Balasubramanian2008-11-251-1/+1
* | ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULESenthil Balasubramanian2008-11-254-11/+11
* | ath9k: incorrect noise floor threshold values.Senthil Balasubramanian2008-11-252-4/+4
* | ath9k: INI update for atheros chipets.Senthil Balasubramanian2008-11-254-205/+586
* | drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZEJulia Lawall2008-11-211-4/+2
* | ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez2008-11-211-3/+2
* | ath9k : Display MAC/BB and RF version at startup (v2)Benoit PAPILLAULT2008-11-212-6/+71
* | ath9k: Fix compilation failure when RFKILL is enabledSujith2008-11-111-1/+3
* | ath9k: correct warning about unintialized variable 'tid'John W. Linville2008-11-101-6/+5