summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-28cfg80211: always set IBSS basic ratesJohannes Berg2-17/+19
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-28mac80211: fix offchannel assumption upon associationLuis R. Rodriguez1-1/+2
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: move packet flags into packetJohannes Berg4-57/+91
2010-09-27mac80211: fix release_reorder_timeout in scanJohannes Berg1-14/+8
2010-09-27mac80211: clean up rx handling wrt. found_staJohannes Berg1-31/+25
2010-09-27mac80211: consolidate packet processingJohannes Berg1-103/+62
2010-09-27mac80211: remove prepare_for_handlers sdata argumentJohannes Berg1-8/+8
2010-09-27Revert "mac80211: fix use-after-free"John W. Linville1-0/+4
2010-09-27nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi1-1/+2
2010-09-27mac80211: Support receiving data frames on multiple vifs.Ben Greear1-10/+70
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear4-18/+31
2010-09-27mac80211: Support multiple VIFS per AP in debugfs.Ben Greear4-3/+5
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-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-24mac80211: clear txflags for ps-filtered framesChristian Lamparter2-0/+17
2010-09-24airo: remove "basic_rate" module optionDan Carpenter1-11/+0
2010-09-24mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen3-4/+18
2010-09-24mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen3-17/+24
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-20/+52
2010-09-24mac80211: fix use-after-freeJohannes Berg1-4/+0
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