summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-07-24ath9k: Add AR9287 based chipsets' register information.Vivek Natarajan1-0/+93
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez3-0/+42
2009-07-24ath9k: serialize ath9k_ps_{wakeup,restore} callsGabor Juhos2-14/+30
2009-07-24ath9k: uninline ath9k_ps_{wakeup,restore} functionsGabor Juhos2-21/+23
2009-07-24ath9k: serialize ath9k_hw_setpower callsGabor Juhos3-1/+16
2009-07-24ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Handle tx desc shortage more appropriatelyVasanthakumar Thiagarajan1-1/+17
2009-07-24ath9k: Remove bogus assert in ath_clone_txbuf()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian3-14/+50
2009-07-24ath9k: RX stucks during heavy traffic in HT40 mode.Senthil Balasubramanian3-30/+67
2009-07-24ath9k: Manipulate and report the correct RSSISenthil Balasubramanian5-5/+54
2009-07-24ath9k: Nuke struct ath_tx_ratectrl_stateVasanthakumar Thiagarajan2-30/+27
2009-07-24ath9k: Use probe interval instead of rssi reduce intervalVasanthakumar Thiagarajan2-6/+1
2009-07-24ath9k: Remove unused members from rate control structureVasanthakumar Thiagarajan2-129/+108
2009-07-24ath9k: Remove dead code in rate controlVasanthakumar Thiagarajan1-159/+4
2009-07-24ath9k: remove rate control wraperLuis R. Rodriguez1-16/+7
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-13/+1
2009-07-24ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checksLuis R. Rodriguez1-4/+2
2009-07-24ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix()Luis R. Rodriguez1-5/+6
2009-07-24ath9k: remap ATH9K_MODE_*Luis R. Rodriguez1-8/+8
2009-07-24ath9k: remove ATH9K_MODE_11BLuis R. Rodriguez3-25/+0
2009-07-24ath9k: remove unused ath_rc_isvalid_txmask()Luis R. Rodriguez1-7/+0
2009-07-24ath9k: rename ath_rc_get_nextlowervalid_txrate()Luis R. Rodriguez1-9/+7
2009-07-24ath9k: remove pointless wrapper ath_rc_rate_getidx()Luis R. Rodriguez1-17/+4
2009-07-24ath9k: remove unused stepdown when looking for the next rateLuis R. Rodriguez1-13/+8
2009-07-24ath9k: remove unused min rate calculation codeLuis R. Rodriguez1-24/+9
2009-07-24ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez3-11/+22
2009-07-24ath9k: downgrade assert in rc.c for invalid rateLuis R. Rodriguez1-4/+12
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+12
2009-07-21ath9k: Tune ANI function processing on AP mode during ANI resetLuis R. Rodriguez1-0/+12
2009-07-10ath9k: remove permissions from debugfs filesJiri Slaby1-5/+5
2009-07-10drivers/net/wireless/ath/ath9k: Remove unnecessary semicolonsJoe Perches2-3/+1
2009-07-10ath9k: Handle different TX and RX streams properly.Senthil Balasubramanian1-12/+14
2009-07-10ath9k: race condition in SCANNING state check during ANI calibrationSenthil Balasubramanian2-4/+8
2009-07-10ath9k: stop ani when the STA gets disconnected.Senthil Balasubramanian1-1/+5
2009-07-10ath9k: remove unnecessary STATION mode check.Senthil Balasubramanian1-11/+8
2009-07-10ath9k: differentiate quality reporting between legacy and HT configurationsLuis R. Rodriguez1-4/+25
2009-07-10ath9k: remove ath_rx_ps_back_to_sleep helperGabor Juhos1-11/+6
2009-07-10ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flagsGabor Juhos1-8/+0
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-4/+9
2009-07-10ath9k: Make sure we configure a non-zero beacon intervalVasanthakumar Thiagarajan1-7/+8
2009-07-10ath9k: downgrade ASSERT() in ath_clone_txbuf()Vasanthakumar Thiagarajan1-0/+6
2009-07-10ath9k: Remove unnecessary count for addba attemptVasanthakumar Thiagarajan2-13/+1
2009-07-10ath9k: Nuke unneccesary helper function to see if aggr is activeVasanthakumar Thiagarajan1-13/+1
2009-07-07ath9k: Fix leak in tx descriptorVasanthakumar Thiagarajan1-1/+8
2009-06-19ath9k: restore PS mode, before we put the chip into FULL SLEEP state.Gabor Juhos1-1/+1
2009-06-19ath9k: wait for beacon frame along with CABGabor Juhos1-2/+5
2009-06-19ath9k: Fix PCI FATAL interrupts by restoring RETRY_TIMEOUT disablingJouni Malinen1-0/+18
2009-06-15ath9k: process rx packet if we are waiting for CABGabor Juhos1-0/+1
2009-06-15ath9k: prevent sleeping while we are waiting for CABGabor Juhos1-0/+1