summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2009-07-24mac80211: Assign next hop address to pending mesh framesJavier Cardona1-0/+18
2009-07-24mac80211: driver operation debuggingJohannes Berg5-22/+732
2009-07-24mac80211: fix sparse warningJohannes Berg1-1/+1
2009-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-4/+10
2009-07-21mac80211: use correct address for mesh Path ErrorJavier Cardona1-3/+5
2009-07-21mac80211: fix injection in monitor modePavel Roskin1-1/+1
2009-07-21mac80211: disable meshJohannes Berg2-0/+4
2009-07-10cfg80211: fix lockingJohannes Berg3-15/+28
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-17/+9
2009-07-10mac80211: refactor the WEP code to be directly usableJohannes Berg2-33/+23
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg7-891/+750
2009-07-10mac80211: remove dead code from mlmeJohannes Berg3-8/+1
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg2-7/+6
2009-07-10mac80211: shorten the passive dwell time for sw scansHelmut Schaa1-1/+1
2009-07-10cfg80211: keep track of BSSesJohannes Berg2-18/+10
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-22/+3
2009-07-10mac80211: remove dead code, clean upJohannes Berg5-264/+54
2009-07-10mac80211: remove auth algorithm retryJohannes Berg4-62/+4
2009-07-10mac80211: re-add HT disablingJohannes Berg1-1/+9
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-68/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg2-74/+45
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg2-22/+15
2009-07-10cfg80211: implement iwpowerJohannes Berg4-89/+28
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg2-264/+20
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-1/+1
2009-07-10mac80211: remove an unused function declarationJohannes Berg1-3/+0
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+13
2009-07-10mac80211: tell SME about real auth stateJohannes Berg1-1/+7
2009-07-10cfg80211: use proper allocation flagsJohannes Berg5-16/+28
2009-07-10mac80211: fix todo lockJohannes Berg1-13/+15
2009-07-10cfg80211: send wext MLME-MICHAELMICFAILURE.indicationJohannes Berg1-17/+1
2009-07-10mac80211: improve per-sta debugfsJohannes Berg2-36/+79
2009-07-10mac80211: push rx status into skb->cbJohannes Berg8-66/+43
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-7/+2
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+5
2009-07-07mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho1-1/+4
2009-07-07mac80211: fix allocation in mesh_queue_preqAndrey Yurovsky1-1/+1
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-6/+6
2009-06-27mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-15mac80211: fix wext bssid/ssid settingJohannes Berg1-11/+14
2009-06-15mac80211: disconnect when user changes channelJohannes Berg4-31/+31
2009-06-15mac80211: add queue debugfs fileJohannes Berg2-0/+26
2009-06-15mac80211: Do not try to associate with an empty SSIDJouni Malinen1-0/+8
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-10mac80211: disable PS while probing APJohannes Berg1-12/+33
2009-06-10mac80211: disable moving between PS modes during scanLuis R. Rodriguez2-5/+4
2009-06-10mac80211: clean up return value of __ieee80211_parse_tx_radiotapJohannes Berg1-7/+6
2009-06-10mac80211: don't use master netdev nameJohannes Berg2-6/+6
2009-06-10mac80211: Fix the way ADDBA request count being modifiedVasanthakumar Thiagarajan1-2/+4
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg6-73/+69