summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-186-69/+81
|\
| * mac80211: handle width changes from opmode notification IE in beaconEyal Shapira2015-12-155-14/+8Star
| * mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg2015-12-151-5/+10
| * mac80211: reprogram in interface orderJohannes Berg2015-12-151-39/+37Star
| * mac80211: run scan completed work on reconfig failureJohannes Berg2015-12-151-11/+26
* | mac80211: handle HW ROC expired properlyIlan Peer2015-12-071-1/+5
* | mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg2015-12-041-0/+3
* | mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen2015-12-041-0/+1
* | mac80211: rewrite remain-on-channel logicJohannes Berg2015-12-043-291/+316
* | mac80211: simplify ack_skb handlingJohannes Berg2015-12-043-18/+13Star
* | mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg2015-12-043-495/+502
* | mac80211: fix mgmt-tx abort cookie and leakJohannes Berg2015-12-041-3/+2Star
* | mac80211: catch queue stop underflowJohannes Berg2015-12-041-2/+5
* | mac80211: properly free TX skbs when monitor TX failsJohannes Berg2015-12-041-1/+1
* | mac80211: properly free skb when r-o-c for TX failsJohannes Berg2015-12-041-1/+1
* | Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg2015-12-041-1/+2
* | cfg80211: handle add_station auth/assoc flag quirksJohannes Berg2015-12-041-10/+0Star
* | mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally2015-12-041-0/+6
* | mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com2015-12-041-2/+4
* | mac80211: add atomic uploaded keys iteratorEliad Peller2015-12-043-4/+55
* | mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2015-12-042-43/+126
* | mac80211: remove string from unaligned packet warningJohannes Berg2015-12-041-2/+1Star
* | mac80211: mesh: print MAC address instead of pointerJohannes Berg2015-12-041-2/+2
* | mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2015-12-042-2/+17
|/
* mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg2015-12-021-2/+6
* mac80211: do not actively scan DFS channelsAntonio Quartulli2015-12-021-4/+5
* mac80211: don't teardown sdata on sdata stopEliad Peller2015-12-021-1/+1
* mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-1/+2
* mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach2015-11-201-1/+2
* mac80211: mesh: fix call_rcu() usageJohannes Berg2015-11-171-4/+4
* mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2015-11-171-2/+1Star
* mac80211: document sleep requirements for channel context opsChaitanya T K2015-11-032-0/+12
* mac80211: further improve "no supported rates" warningJohannes Berg2015-11-031-1/+1
* mac80211: treat bad WMM parameters more gracefullyJohannes Berg2015-11-031-94/+48Star
* mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach2015-11-031-7/+7
* mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg2015-11-035-16/+11Star
* mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer2015-11-031-0/+3
* mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-035-7/+18
* mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-035-35/+45
* mac80211: call drv_stop only if driver is startedEliad Peller2015-11-033-31/+48
* mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski2015-11-031-1/+7
* mac80211: use freezable workqueue for restart workEliad Peller2015-11-032-1/+12
* mac80211: Fix local deauth while associatingAndrei Otcheretianski2015-11-031-0/+19
* mac80211: allow null chandef in tracingArik Nemtsov2015-11-031-5/+5
* mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com2015-11-031-0/+7
* Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-2223-387/+283Star
|\
| * mac80211: move station statistics into sub-structsJohannes Berg2015-10-2111-185/+178Star
| * mac80211: move beacon_loss_count into ifmgdJohannes Berg2015-10-215-14/+12Star
| * mac80211: remove sta->last_ack_signalJohannes Berg2015-10-213-7/+0Star
| * mac80211: remove event.cJohannes Berg2015-10-144-34/+6Star