summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-10-05ath9k_hw: remove some useless calibration dataFelix Fietkau4-19/+0
2010-10-05ath9k: fix channel flag / regd issues with multiple cardsFelix Fietkau1-6/+31
2010-10-05ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear3-49/+249
2010-10-05ar9170: Remove MODULE_FIRMWARE references to two-stage firmwareBen Hutchings1-2/+0
2010-10-05ath9k: return survey data for all channels instead of just the current oneFelix Fietkau1-6/+21
2010-10-05ath9k: remove the noise floor value in the ani structFelix Fietkau3-12/+0
2010-10-05ath9k: do not return default noise floor values via surveyFelix Fietkau1-3/+5
2010-10-05ath9k_hw: keep calibrated noise floor values per channelFelix Fietkau3-22/+22
2010-10-05ath9k_htc: remove use of common->ani.noise_floorFelix Fietkau1-12/+1
2010-10-05carl9170: support firmware-based rx filterChristian Lamparter9-10/+75
2010-09-28carl9170: interrupt urbs must not set URB_ZERO_PACKETChristian Lamparter1-2/+0
2010-09-28ath5k: Fix bitmasks and typos for PCU Diagnostic registerBruno Randolf3-19/+18
2010-09-28ath5k: Disable interrupts in ath5k_hw_get_tsf64Bruno Randolf1-0/+6
2010-09-28ath5k: Increase "fudge" for beacon timersBruno Randolf1-2/+5
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf3-0/+101
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf3-3/+1
2010-09-28carl9170: revamp carl9170_tx_prepareChristian Lamparter1-80/+75
2010-09-28carl9170: fix WARN_ON triggered by Broadcom HT STAsChristian Lamparter1-1/+1
2010-09-28carl9170: fix tx_ampdu_upload counterChristian Lamparter1-1/+14
2010-09-28carl9170: remove lost-frame workaroundChristian Lamparter3-40/+2
2010-09-28carl9170: angle brackets for wiki linkChristian Lamparter1-1/+1
2010-09-28carl9170: remove non-standard ba session teardownChristian Lamparter1-3/+0
2010-09-27ath9k_htc: Fix TKIP disconnect failure with HTC driversRajkumar Manoharan1-0/+3
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2-3/+6
2010-09-27ath9k_hw: simplify revision checks for AR9287Felix Fietkau5-16/+9
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau6-37/+8
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau10-42/+36
2010-09-27ath5k: Add bssid mask and rxfilter to debugfs.Ben Greear2-0/+59
2010-09-24ath9k_htc: Fix beacon distribution in IBSS modeRajkumar Manoharan1-1/+8
2010-09-24ath9k: Fix tx struck state with paprdVasanthakumar Thiagarajan1-2/+4
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-3/+6
2010-09-21ath9k: make the driver specific rate control module optionalFelix Fietkau4-1/+22
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau3-15/+16
2010-09-21ath9k: clean up / fix aggregation session flushFelix Fietkau1-37/+26
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau3-6/+13
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau2-6/+4
2010-09-21carl9170: fix hang in AP mode when HT STA does PSMChristian Lamparter1-2/+2
2010-09-21carl9170: reinit phy after HT settings have changedChristian Lamparter2-12/+14
2010-09-21carl9170: fix state downgrade during resetChristian Lamparter1-2/+0
2010-09-21carl9170: abort tasklet during usb resetChristian Lamparter1-0/+3
2010-09-21carl9170: don't load bogus nf of chain 1Christian Lamparter3-12/+9
2010-09-21carl9170: fix noise dBm conversionChristian Lamparter1-2/+2
2010-09-21carl9170: use rx chainmask from eepromChristian Lamparter1-1/+4
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf1-1/+39
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf4-65/+65
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf1-32/+32
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf3-0/+5
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf3-0/+56
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf1-50/+57
2010-09-21ath5k: Fix TX queues stoppingBruno Randolf1-5/+4