summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
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-65/+56
2008-11-26ath9k: Use helpersSujith2-197/+194
2008-11-26ath9k: General code scrubSujith6-412/+277
2008-11-26ath9k: Remove ath9k_rate_tableSujith10-374/+132
2008-11-26ath9k: Use rate_driver_dataSujith5-226/+108
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-519/+209
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
2008-11-26ath9k: Fix panic while unregistering rfkillVasanthakumar Thiagarajan1-4/+4
2008-11-26ath9k: Configure AR_PHY_SWITCH_COM with apropriate antenna controlVasanthakumar Thiagarajan1-1/+1
2008-11-26ath9k: make DMA memory consistentLuis R. Rodriguez1-2/+11
2008-11-26ath9k: Clarify we only want 32-bit DMALuis R. Rodriguez1-3/+2
2008-11-26ath9k: Race condition in accessing TX and RX buffers.Senthil Balasubramanian1-15/+14
2008-11-26ath9k: IRQ should be disabled before calling free_irq()Senthil Balasubramanian1-1/+1
2008-11-26ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULESenthil Balasubramanian4-11/+11
2008-11-26ath9k: incorrect noise floor threshold values.Senthil Balasubramanian2-4/+4
2008-11-26ath9k: INI update for atheros chipets.Senthil Balasubramanian4-205/+586
2008-11-21drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZEJulia Lawall1-4/+2
2008-11-21ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez1-3/+2
2008-11-21ath9k : Display MAC/BB and RF version at startup (v2)Benoit PAPILLAULT2-6/+71
2008-11-11ath9k: Fix compilation failure when RFKILL is enabledSujith1-1/+3
2008-11-10ath9k: correct warning about unintialized variable 'tid'John W. Linville1-6/+5
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith3-0/+23
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith4-584/+2
2008-11-10ath9k: Clear HT info on starting the driverSujith1-0/+2
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith3-80/+8
2008-11-10ath9k: Enable interrupts at the proper placeSujith2-11/+4
2008-11-10ath9k: Remove unnecessary TSF resetSujith1-11/+0
2008-11-10ath9k: Streamline attach/detachSujith3-248/+158
2008-11-10ath9k: Remove unused function ath_get_currentCountry()Sujith2-25/+0
2008-11-10ath9k: Refactor hw.cSujith9-6701/+6603
2008-11-10ath9k: Revamp VAP managementSujith5-193/+67
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith3-34/+27
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith4-40/+28
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith2-46/+6
2008-11-10ath9k: Revamp transmit control blockSujith4-342/+324