summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-15mac80211: handle operating mode notif in beacon/assoc responseJohannes Berg5-6/+38
2013-02-15mac80211: fix ieee80211_change_chandef nameJohannes Berg1-3/+3
2013-02-15mac80211: fix HT/VHT disable flagsJohannes Berg1-2/+2
2013-02-15mac80211: init HT TX data before rate controlJohannes Berg1-20/+19
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg7-10/+128
2013-02-15mac80211: track number of spatial streamsJohannes Berg4-0/+49
2013-02-15wireless: define operating mode action frameJohannes Berg1-0/+37
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg27-158/+184
2013-02-15mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_capJohannes Berg4-8/+9
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg3-6/+10
2013-02-15mac80211: use spin_lock_bh() for TKIP lockJohannes Berg2-9/+6
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg2-7/+4
2013-02-15mac80211: don't pick up WPA vendor IEJohannes Berg2-7/+1
2013-02-15mac80211: always unblock CSA queue stop when disconnectingJohannes Berg1-2/+2
2013-02-15mac80211: don't call bss_info_changed on p2p-device/monitorJohannes Berg2-9/+18
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg4-4/+25
2013-02-15mac80211: fix ieee80211_sta_tx_notify for nullfuncWojciech Dubowik1-4/+5
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen5-37/+55
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-14brcmsmac: Remove unnecessary memset castsJoe Perches1-13/+10
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches1-16/+13
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka3-44/+59
2013-02-14rt2x00: check for dma mappings errorsStanislaw Gruszka4-13/+36
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2-8/+25
2013-02-14rtlwifi: Rework KconfigLarry Finger1-25/+25
2013-02-14brcmsmac: fix brcms_c_country_valid()Dan Carpenter1-2/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-92/+142
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-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville25-303/+572
2013-02-12rtlwifi: Initialize rate_init member of struct rate_control_opsCatalin Iacob1-0/+7
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville49-522/+720
2013-02-12iwlwifi: mvm: beautify code in rx_handlersEmmanuel Grumbach1-19/+22
2013-02-12iwlwifi: mvm: update station when marked associatedJohannes Berg4-9/+26
2013-02-12iwlwifi: mvm: don't wait for session protection to startJohannes Berg1-142/+73
2013-02-12iwlwifi: mvm: don't delay the association until after beaconJohannes Berg3-5/+15
2013-02-12iwlwifi: dvm: apply beacon changes immediatelyJohannes Berg1-3/+2
2013-02-12iwlwifi: mvm: report wakeup reasonsJohannes Berg1-27/+141
2013-02-12iwlwifi: dvm: query and report WoWLAN wakeup reasonJohannes Berg2-29/+150
2013-02-12Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg134-1668/+7964
2013-02-12iwlwifi: mvm: use atomic interface iteration to avoid deadlockEmmanuel Grumbach2-2/+2
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-11mac80211: Add flushes before going off-channelSeth Forshee2-0/+8
2013-02-11mac80211: Fix tx queue handling during scansSeth Forshee7-25/+40