aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-07mac80211: handle HW ROC expired properlyIlan Peer1-1/+5
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg1-0/+3
2015-12-04mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen1-0/+1
2015-12-04mac80211: rewrite remain-on-channel logicJohannes Berg3-291/+316
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg3-18/+13
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg3-495/+502
2015-12-04mac80211: fix mgmt-tx abort cookie and leakJohannes Berg1-3/+2
2015-12-04mac80211: catch queue stop underflowJohannes Berg1-2/+5
2015-12-04mac80211: properly free TX skbs when monitor TX failsJohannes Berg1-1/+1
2015-12-04mac80211: properly free skb when r-o-c for TX failsJohannes Berg1-1/+1
2015-12-04Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg1-1/+2
2015-12-04cfg80211: handle add_station auth/assoc flag quirksJohannes Berg1-10/+0
2015-12-04mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally1-0/+6
2015-12-04mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com1-2/+4
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller3-4/+55
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2-43/+126
2015-12-04mac80211: remove string from unaligned packet warningJohannes Berg1-2/+1
2015-12-04mac80211: mesh: print MAC address instead of pointerJohannes Berg1-2/+2
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2-2/+17
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman1-1/+2
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2015-11-17mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg1-2/+1
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K2-0/+12
2015-11-03mac80211: further improve "no supported rates" warningJohannes Berg1-1/+1
2015-11-03mac80211: treat bad WMM parameters more gracefullyJohannes Berg1-94/+48
2015-11-03mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach1-7/+7
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg5-16/+11
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer1-0/+3
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov5-7/+18
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller5-35/+45
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller3-31/+48
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski1-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller2-1/+12
2015-11-03mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-11-03mac80211: allow null chandef in tracingArik Nemtsov1-5/+5
2015-11-03mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com1-0/+7
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller23-387/+283
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg11-185/+178
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg5-14/+12
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg3-7/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+7
2015-10-14mac80211: remove event.cJohannes Berg4-34/+6
2015-10-14mac80211: remove cfg.hJohannes Berg4-11/+2
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg3-41/+39
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg1-10/+10
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg8-80/+20