summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: fix WPA with VLAN on AP side with ps-staMichael Braun1-0/+1
2013-02-15mac80211: free ps->bc_buf skbs on vlan device stopMichael Braun1-0/+14
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich11-1/+204
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich11-17/+570
2013-02-13cfg80211: configuration for WoWLAN over TCPJohannes Berg4-4/+474
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau5-60/+237
2013-02-13cfg80211: check vendor IE length to avoid overrunLuciano Coelho1-4/+8
2013-02-13nl80211: add packet offset information for wowlan patternAmitkumar Karwar3-30/+60
2013-02-12mac80211: allow driver to be stateless wrt. SMSP requestsEmmanuel Grumbach1-0/+3
2013-02-12nl80211: minor correction in sample wowlan mask calculationAmitkumar Karwar1-1/+1
2013-02-12mac80211: Add flushes before going off-channelSeth Forshee2-0/+8
2013-02-12mac80211: Fix tx queue handling during scansSeth Forshee7-25/+40
2013-02-12mac80211/minstrel_ht: remove the sampling bypass check for the lowest rateFelix Fietkau1-4/+0
2013-02-12mac80211/minstrel_ht: show the number of retries for each rate in debugfsFelix Fietkau1-5/+6
2013-02-11mac80211: remove unused code to mark AP station authenticatedJohannes Berg1-3/+1
2013-02-11mac80211: simplify idle handlingJohannes Berg5-127/+25
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg9-26/+27
2013-02-11mac80211: remove dynamic PS driver interfaceJohannes Berg3-81/+2
2013-02-11mac80211: introduce beacon-only timing dataJohannes Berg5-7/+81
2013-02-11cfg80211: move TSF into IEsJohannes Berg6-24/+37
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg3-17/+7
2013-02-11mac80211: add vif debugfs driver callbacksAlexander Bondar3-0/+59
2013-02-11cfg80211: track hidden SSID networks properlyJohannes Berg3-54/+232
2013-02-11mac80211: explicitly copy channels to VLANs where neededJohannes Berg3-18/+38
2013-02-11mac80211: fix chandef tracing bugJohannes Berg1-1/+1
2013-02-11mac80211: fix AP beacon loss messagesJohannes Berg1-2/+2
2013-02-11mac80211: protect rx-path with spinlockChristian Lamparter3-56/+48
2013-02-11mac80211: Add the DS Params for mesh to every bandEmanuel Taube1-9/+4
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen4-10/+35
2013-02-11wireless: fix kernel-docJohannes Berg2-4/+7
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg21-48/+51
2013-02-11cfg80211: fix radar check for P2P_DEVICEIlan Peer1-1/+1
2013-02-11cfg80211: Fix memory leakLarry Finger1-2/+7
2013-02-11Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg267-3632/+31181
2013-02-08rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2013-02-08brcmfmac: Add tx p2p off-channel support.Hante Meuleman3-93/+707
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman3-12/+6
2013-02-08brcmfmac: Cleanup of unused defines.Hante Meuleman2-7/+1
2013-02-08brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman4-6/+11
2013-02-08brcmfmac: Remove sleep on del_station.Hante Meuleman1-6/+1
2013-02-08brcmfmac: Update netdev configuration in wiphy for p2p.Hante Meuleman2-4/+9
2013-02-08brcmfmac: Reject change vif for p2p if.Hante Meuleman1-0/+12
2013-02-08brcmfmac: Ignore E_ADD_IF for ifidx 0.Hante Meuleman1-1/+1
2013-02-08brcmfmac: Put printing action frames code under debug flag.Hante Meuleman1-0/+11
2013-02-08brcmfmac: Use role from wdev on AP commands and fix stop_ap.Hante Meuleman1-37/+14
2013-02-08brcmfmac: Create p2p0 netdev via module variable.Hante Meuleman4-140/+213
2013-02-08brcmfmac: change function signaturesArend van Spriel1-1/+1
2013-02-08brcmfmac: Use real cookie value for p2p remain on channel.Hante Meuleman2-16/+51
2013-02-08brcmfmac: P2P action frame tx.Hante Meuleman5-4/+361
2013-02-08brcmfmac: Add handling of receiving P2P action frames.Hante Meuleman3-0/+350