aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches1-5/+5
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+3
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-23mac80211: synchronize_net() before flushing the queuesEmmanuel Grumbach1-0/+3
2015-01-19mac80211: delete the assoc/auth timer upon suspendEmmanuel Grumbach1-0/+12
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-5/+10
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg1-0/+1
2015-01-07mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsJohn Linville1-1/+1
2014-12-17mac80211: handle power constraint and country IEs in RRMMoshe Benji1-4/+8
2014-12-17mac80211: Fix ignored HT override configurationsChaya Rachel Ivgi1-14/+29
2014-12-17mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon()Luciano Coelho1-2/+2
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-1/+6
2014-12-12mac80211: avoid using uninitialized stack dataJes Sorensen1-0/+1
2014-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-6/+18
2014-11-26cfg80211: clean up beacon loss CQM eventJohannes Berg1-3/+11
2014-11-24mac80211: disable 80+80/160 in VHT correctlyJohannes Berg1-3/+7
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+25
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-3/+5
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov1-0/+3
2014-11-19mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman1-0/+12
2014-11-10cfg80211/mac80211: allow any interface to send channel switch notificationsLuciano Coelho1-0/+2
2014-11-10mac80211: send channel switch started notificationsLuciano Coelho1-0/+3
2014-11-04mac80211: handle RIC data element in reassociation requestJohannes Berg1-3/+24
2014-10-29mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho1-1/+2
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho1-1/+1
2014-10-27mac80211: don't flush when probing the APEmmanuel Grumbach1-2/+0
2014-10-22mac80211: add WMM admission control supportJohannes Berg1-4/+138
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho1-16/+10
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho1-13/+32
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho1-0/+9
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho1-8/+17
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho1-5/+10
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-27/+104
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-1/+1
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller1-1/+8
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+1
2014-09-08mac80211: support DTPC IE (from Cisco Client eXtensions)Steinar H. Gunderson1-11/+49
2014-09-08mac80211: split 802.11h parsing from transmit power policySteinar H. Gunderson1-19/+41
2014-09-05mac80211: fix broken use of VHT/20Mhz with some APsEyal Shapira1-1/+1
2014-09-05mac80211: Add RRM support to assoc requestAssaf Krauss1-3/+12
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26Revert "mac80211: disable uAPSD if all ACs are under ACM"Johannes Berg1-2/+1
2014-08-15mac80211: disable 40MHz support in case of 20MHz APEliad Peller1-8/+22
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-2/+1
2014-07-21mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flagLuciano Coelho1-7/+1
2014-07-21mac80211: move TDLS data to mgd private partArik Nemtsov1-0/+3
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov1-10/+1
2014-06-25mac80211: use chanctx reservation for STA CSAMichal Kazior1-34/+65
2014-06-23mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho1-19/+17