summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger2010-01-143-23/+14
* cfg80211: Ingore country IEs with a zero set of number of channelsLuis R. Rodriguez2010-01-141-0/+6
* mac80211: improve powersave documentationKalle Valo2010-01-141-21/+54
* mac80211: fix mac80211.h documentation warningsKalle Valo2010-01-142-2/+7
* ath9k: Fix panic on driver loadSujith2010-01-143-2/+6
* Remove config option B43_LEGACY_RFKILL completelyChristoph Egger2010-01-141-6/+3
* wl1271: remove unused flagsLuis R. Rodriguez2010-01-141-99/+0
* b43legacy: Declare all possible ucodeX.fw filesTim Gardner2010-01-141-0/+2
* cfg80211: fix 2 GHz subband calculation for country IEsLuis R. Rodriguez2010-01-141-2/+2
* b43: Declare at least one real firmware file using MODULE_FIRMWARE.Tim Gardner2010-01-141-1/+6
* Revert "iwmc3200wifi: fix array out-of-boundary access"John W. Linville2010-01-141-1/+1
* mwl8k: update version number (to 0.12) and copyrightLennert Buytenhek2010-01-121-2/+2
* mwl8k: enable multi-BSS AP operationLennert Buytenhek2010-01-121-14/+56
* mwl8k: post per-vif firmware commands as per-vif commandsLennert Buytenhek2010-01-121-23/+26
* mwl8k: prepare for posting per-vif firmware commandsLennert Buytenhek2010-01-121-1/+16
* mwl8k: convert the priv->vif pointer to a list of vifsLennert Buytenhek2010-01-121-16/+35
* mwl8k: use firmware capability field to decide which bands to registerLennert Buytenhek2010-01-121-6/+25
* mwl8k: allow selecting 5 GHz channelsLennert Buytenhek2010-01-121-0/+2
* mwl8k: handle 5 GHz legacy rate bitmaps in firmware commandsLennert Buytenhek2010-01-121-5/+25
* mwl8k: properly set receive status rate index on 5 GHz receiveLennert Buytenhek2010-01-121-2/+14
* mwl8k: add 5 GHz band channels and ratesLennert Buytenhek2010-01-121-0/+41
* mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPECLennert Buytenhek2010-01-121-11/+24
* mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24Lennert Buytenhek2010-01-121-39/+37
* mwl8k: add another 88w8366 PCI IDLennert Buytenhek2010-01-121-0/+1
* mwl8k: simplify sequence number assignmentLennert Buytenhek2010-01-121-4/+2
* mwl8k: don't call SET_AID if we're not associatedLennert Buytenhek2010-01-121-3/+4
* mwl8k: remove (mostly) write-only variable priv->current_channelLennert Buytenhek2010-01-121-7/+1
* mwl8k: update MODULE_FIRMWARE tagsLennert Buytenhek2010-01-121-3/+7
* wl1251: add U-APSD supportKalle Valo2010-01-121-3/+9
* wl1251: create qos null data templateKalle Valo2010-01-121-0/+25
* ieee80211: add struct ieee80211_hdr_qosKalle Valo2010-01-121-0/+10
* mac80211: check uapsd state for dynamic power saveKalle Valo2010-01-121-0/+25
* mac80211: create tx handler for dynamic psKalle Valo2010-01-121-40/+41
* mac80211: add debugfs interface for U-APSD queue configurationKalle Valo2010-01-125-3/+113
* mac80211: add U-APSD client supportKalle Valo2010-01-129-6/+106
* mac80211: remove unused type argumentJohannes Berg2010-01-121-19/+19
* mac80211: flush workqueue before calling driver ->stop() methodLennert Buytenhek2010-01-121-1/+1
* net/mac80211/mlme.c: Remove unnecessary semicolonsJoe Perches2010-01-121-1/+1
* iwl-debugfs.c: remove unnecessary casts of void *H Hartley Sweeten2010-01-121-23/+23
* iwlwifi: fix bug in tx byte count tableWey-Yi Guy2010-01-121-4/+4
* iwlwifi: remove obsoleted host commandWey-Yi Guy2010-01-122-2/+0
* iwlwifi: ucode statistics data structure updateWey-Yi Guy2010-01-122-3/+6
* iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONALWey-Yi Guy2010-01-121-0/+3
* mac80211: fix return from ieee80211_assoc_successJohannes Berg2010-01-121-1/+1
* mwl8k: move receive processing to taskletLennert Buytenhek2010-01-121-10/+37
* mwl8k: keep TX_DONE interrupt masked while transmit reclaim is runningLennert Buytenhek2010-01-121-31/+46
* mwl8k: allow limiting the amount of transmit reclaim doneLennert Buytenhek2010-01-121-9/+13
* mwl8k: basic AP interface supportLennert Buytenhek2010-01-121-13/+158
* mwl8k: correctly set the mac_type field for AP SET_MAC_ADDRLennert Buytenhek2010-01-121-1/+4
* mwl8k: implement AP firmware station database maintenanceLennert Buytenhek2010-01-121-17/+117