summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville1-3/+3
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville18-53/+206
2010-01-05mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1
2010-01-05mwl8k: pass GET_HW_SPEC capability bitmask up the stackLennert Buytenhek1-0/+64
2010-01-05mwl8k: trivial rx-only ampdu implementationLennert Buytenhek1-0/+17
2010-01-05mwl8k: pass in HT capabilities and rates when associatingLennert Buytenhek1-15/+20
2010-01-05mwl8k: allow setting HT channelsLennert Buytenhek1-5/+13
2010-01-05mwl8k: add support for 88w8363 in STA modeLennert Buytenhek1-1/+9
2010-01-05mwl8k: fix changed flags handling in mwl8k_bss_info_changed()Lennert Buytenhek1-19/+33
2010-01-05mwl8k: honor peer rate setLennert Buytenhek1-14/+43
2010-01-05mwl8k: move ->peer_id from mwl8k_vif to mwl8k_staLennert Buytenhek1-52/+67
2010-01-05mwl8k: remove mwl8k_vif::bssid, which is now uselessLennert Buytenhek1-14/+5
2010-01-05mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek1-9/+73
2010-01-05mwl8k: move struct peer_capability_info to its only userLennert Buytenhek1-48/+43
2010-01-05mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek1-2/+2
2010-01-05mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek1-1/+1
2010-01-05mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek1-2/+9
2010-01-05cfg80211: add a regulatory debug printLuis R. Rodriguez1-14/+18
2010-01-05mwl8k: update version number to 0.11Lennert Buytenhek1-1/+1
2010-01-05mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo1-2/+3
2010-01-05mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo1-6/+6
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen3-3/+0
2010-01-05iwlwifi: remove linux/utsrelease.h dependencyZhu Yi1-3/+1
2010-01-05rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2-1/+17
2010-01-05mac80211: fix skb buffering issueJohannes Berg6-32/+132
2010-01-05rt2x00: Fix LED configuration setting for rt2800.Gertjan van Wingerde1-1/+1
2010-01-05rt2x00: use correct headroom for transmissionPavel Roskin1-3/+3
2010-01-04cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2010-01-04ath5k: Fix eeprom checksum check for custom sized eepromsLuis R. Rodriguez2-3/+37
2010-01-04zd1211rw: Fix multicast filtering.Benoit Papillault1-6/+7
2010-01-04iwl: off by one bugDan Carpenter1-1/+1
2010-01-04mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek1-1/+3
2010-01-04ath9k: fix ito64Ming Lei1-3/+3
2010-01-04ath9k: Fix Kconfig depends for ATH9K_DEBUGFSDominik Geyer1-1/+1
2010-01-04mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville1-1/+1
2010-01-04wl1271: fix timeout in wl1271_top_reg_readJuha Leppanen1-2/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville28-447/+130
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2-158/+46
2009-12-28mac80211: annotate sleeping driver opsKalle Valo2-16/+87
2009-12-28mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg25-214/+170
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg5-1/+51
2009-12-28mac80211: make off-channel work genericJohannes Berg3-68/+88
2009-12-28mac80211: support remain-on-channel commandJohannes Berg6-6/+181
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen7-15/+368
2009-12-28mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen4-152/+178
2009-12-28mac80211: proper bss private data handlingJohannes Berg7-72/+82
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg4-36/+184
2009-12-28mac80211: refactor associationJohannes Berg2-109/+137
2009-12-28mac80211: rewrite a few work messagesJohannes Berg1-10/+10