aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville34-277/+367
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-28wl12xx: fix separate-object-folder buildsJohn W. Linville2-2/+4
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-27wl1271: Fix overflow in wl1271_boot_upload_nvsIdo Yariv1-11/+6
2010-09-27ath5k: Add bssid mask and rxfilter to debugfs.Ben Greear2-0/+59
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
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-24airo: remove "basic_rate" module optionDan Carpenter1-11/+0
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville7-5/+13
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville125-3102/+16884
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+5
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-21wl1271: bugfix: use bitwise-AND instead of logical-ANDEliad Peller1-2/+2
2010-09-21wl1271: avoid redundant memcpy of rx_statusEliad Peller1-3/+1
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
2010-09-21ath5k: Fix queue debug fileBruno Randolf1-2/+7