summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath5k: Disable interrupts in ath5k_hw_get_tsf64Bruno Randolf2010-09-281-0/+6
* ath5k: Increase "fudge" for beacon timersBruno Randolf2010-09-281-2/+5
* ath5k: Check and fix ATIM windowBruno Randolf2010-09-283-0/+101
* ath5k: Remove unused variable for atim windowBruno Randolf2010-09-283-3/+1Star
* carl9170: revamp carl9170_tx_prepareChristian Lamparter2010-09-281-80/+75Star
* carl9170: fix WARN_ON triggered by Broadcom HT STAsChristian Lamparter2010-09-281-1/+1
* carl9170: fix tx_ampdu_upload counterChristian Lamparter2010-09-281-1/+14
* carl9170: remove lost-frame workaroundChristian Lamparter2010-09-283-40/+2Star
* carl9170: angle brackets for wiki linkChristian Lamparter2010-09-281-1/+1
* carl9170: remove non-standard ba session teardownChristian Lamparter2010-09-281-3/+0Star
* mac80211: fix offchannel assumption upon associationLuis R. Rodriguez2010-09-281-1/+2
* wl12xx: fix separate-object-folder buildsJohn W. Linville2010-09-282-2/+4
* ath9k_htc: Fix TKIP disconnect failure with HTC driversRajkumar Manoharan2010-09-271-0/+3
* mac80211: move packet flags into packetJohannes Berg2010-09-274-57/+91
* mac80211: fix release_reorder_timeout in scanJohannes Berg2010-09-271-14/+8Star
* mac80211: clean up rx handling wrt. found_staJohannes Berg2010-09-271-31/+25Star
* mac80211: consolidate packet processingJohannes Berg2010-09-271-103/+62Star
* mac80211: remove prepare_for_handlers sdata argumentJohannes Berg2010-09-271-8/+8
* Revert "mac80211: fix use-after-free"John W. Linville2010-09-271-0/+4
* nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi2010-09-271-1/+2
* mac80211: Support receiving data frames on multiple vifs.Ben Greear2010-09-271-10/+70
* mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2010-09-274-18/+31
* mac80211: Support multiple VIFS per AP in debugfs.Ben Greear2010-09-274-3/+5
* ath9k_hw: simplify revision checks for AR9287Felix Fietkau2010-09-275-16/+9Star
* ath9k_hw: simplify revision checks for AR9285Felix Fietkau2010-09-276-37/+8Star
* ath9k_hw: simplify revision checks for AR9280Felix Fietkau2010-09-2710-42/+36Star
* wl1271: Fix overflow in wl1271_boot_upload_nvsIdo Yariv2010-09-271-11/+6Star
* ath5k: Add bssid mask and rxfilter to debugfs.Ben Greear2010-09-272-0/+59
* ath9k_htc: Fix beacon distribution in IBSS modeRajkumar Manoharan2010-09-241-1/+8
* ath9k: Fix tx struck state with paprdVasanthakumar Thiagarajan2010-09-241-2/+4
* mac80211: clear txflags for ps-filtered framesChristian Lamparter2010-09-242-0/+17
* airo: remove "basic_rate" module optionDan Carpenter2010-09-241-11/+0Star
* mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen2010-09-243-4/+18
* mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen2010-09-243-17/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-2414-20/+52
|\
| * mac80211: fix use-after-freeJohannes Berg2010-09-241-4/+0Star
| * wext: fix potential private ioctl memory content leakJohannes Berg2010-09-201-1/+1
| * iwlwifi: do not perferm force reset while doing scanWey-Yi Guy2010-09-171-0/+5
| * ath9k_hw: fix parsing of HT40 5 GHz CTLsLuis R. Rodriguez2010-08-312-2/+1Star
| * ath9k_hw: Fix EEPROM uncompress block reading on AR9003Luis R. Rodriguez2010-08-311-1/+1
| * wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville2010-08-311-9/+12
| * wireless extensions: fix kernel heap content leakJohannes Berg2010-08-302-0/+19
| * MAINTAINERS: change broken url for prism54John W. Linville2010-08-301-1/+1
| * mac80211: delete work timerJohannes Berg2010-08-301-0/+6
| * p54: fix tx feedback status flag checkChristian Lamparter2010-08-301-1/+1
| * ath5k: check return value of ieee80211_get_tx_rateJohn W. Linville2010-08-301-0/+4
| * libertas: if_sdio: fix buffer alignment in struct if_sdio_cardMike Rapoport2010-08-271-1/+1
* | ath9k: make the driver specific rate control module optionalFelix Fietkau2010-09-214-1/+22
* | ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau2010-09-213-15/+16
* | ath9k: clean up / fix aggregation session flushFelix Fietkau2010-09-211-37/+26Star