summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-04-13ath5k: fix short preamble rate duration valueFelix Fietkau3-21/+14
2011-04-13ath5k: fix tx status reporting issuesFelix Fietkau1-10/+6
2011-04-13ath5k: improve pcal error handling for ENOMEM caseJohn W. Linville1-59/+70
2011-04-13ath9k_hw: remove unnecessary parts of the AR9380 SREV checkFelix Fietkau1-3/+1
2011-04-13ath9k: Fix kernel panic on module unloadRajkumar Manoharan2-0/+4
2011-04-13ath9k: Update gain table for AR9485Senthil Balasubramanian1-5/+5
2011-04-13ath9k: Add RSSI information from control and extension chainsSenthil Balasubramanian2-1/+46
2011-04-13ath9k: fix too early enabling of rx during ath_startrecv()Felix Fietkau1-1/+1
2011-04-13ath9k: fix PS-Poll reception on AR9160 and earlierFelix Fietkau1-3/+1
2011-04-13ath9k_hw: Fix instable target power control b/w CCK/OFDMRajkumar Manoharan3-1/+37
2011-04-13ath9k: Implement dev_tx_frames_pending callback.Vivek Natarajan1-0/+16
2011-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-0/+15
2011-04-07ath9k: configure beacons based on hw opmodeRajkumar Manoharan4-83/+103
2011-04-07ath9k: Handle BSSID/AID for multiple interfacesRajkumar Manoharan2-10/+63
2011-04-07ath9k: Cleanup ath_vif structRajkumar Manoharan3-8/+1
2011-04-07ath9k: deny new interface addtion on IBSS modeRajkumar Manoharan1-2/+3
2011-04-07ath9k: use the hw opmode to select the beacon timer modeFelix Fietkau1-1/+1
2011-04-07ath9k: fix beacon slot processing in ad-hoc modeFelix Fietkau1-8/+0
2011-04-07ar9170usb: purge obsolete driverChristian Lamparter15-6810/+0
2011-04-07ath: add missing regdomain pair 0x5c mappingChristian Lamparter1-0/+1
2011-04-05ath9k_hw: Use appropriate rx gain table for AR9485Vasanthakumar Thiagarajan1-4/+4
2011-04-05ath9k_hw: remove ath9k_get_channel_edgesMohammed Shafi Shajakhan2-28/+0
2011-04-05ath9k: remove set11n_virtualmorefragMohammed Shafi Shajakhan4-32/+0
2011-04-05ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan3-7/+1
2011-04-04ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian1-0/+1
2011-03-30ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau3-7/+1
2011-03-30ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPMFelix Fietkau2-3/+0
2011-03-30ath9k_hw: remove pCap->keycache_sizeFelix Fietkau4-21/+2
2011-03-30ath9k_hw: remove pCap->reg_capFelix Fietkau2-18/+0
2011-03-30ath9k_hw: remove ah->config.ht_enableFelix Fietkau2-7/+1
2011-03-30ath9k_hw: remove pCap->total_queuesFelix Fietkau3-41/+6
2011-03-30ath9k_hw: turn a few big macros into functionsFelix Fietkau4-31/+51
2011-03-30ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau2-83/+56
2011-03-30ath9k_hw: add a new register op for read-mask-writeFelix Fietkau4-6/+42
2011-03-30ath9k_hw: embed the ath_ops callbacks in the ath_hw structFelix Fietkau3-22/+18
2011-03-30ath9k: Support RSN IBSSJouni Malinen2-0/+16
2011-03-30ath9k: fix stuck beacon detectionFelix Fietkau2-9/+9
2011-03-30ath9k: trigger nfcal only after multiple missed beacons in AP modeFelix Fietkau1-1/+2
2011-03-30ath9k: fix beacon timer handling issuesFelix Fietkau5-79/+49
2011-03-30ath9k_hw: remove AR9485 1.0 supportLuis R. Rodriguez2-1015/+0
2011-03-30ath9k: remove the pending frames ath_txq_schedule workaroundFelix Fietkau1-27/+0
2011-03-30ath9k_hw: force rx chainmask to 7 on AR9100Felix Fietkau1-0/+2
2011-03-30ath9k_hw: enable a BlockAck related fixup specific to AR9100Felix Fietkau2-0/+3
2011-03-30ath9k: add support for overriding LED pin and GPIO settings from platform dataFelix Fietkau3-8/+16
2011-03-30ath9k: add support for overriding the MAC address through platform dataFelix Fietkau1-1/+6
2011-03-30ath9k: add an interface for overriding the value of specific GPIO pinsFelix Fietkau3-0/+24
2011-03-30ath9k: remove unnecessary debugfs return code checksFelix Fietkau1-59/+29
2011-03-30ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan5-5/+27
2011-03-30ath: Speedup key set/reset ops for HTC driverRajkumar Manoharan1-0/+32
2011-03-30ath9k_hw: Fix throughput drops in HT40 mode for AR9287 chipsRajkumar Manoharan1-8/+35