summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira-14/+8
2015-12-15mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg-5/+10
2015-12-15mac80211: reprogram in interface orderJohannes Berg-39/+37
2015-12-15mac80211: run scan completed work on reconfig failureJohannes Berg-11/+26
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli-4/+5
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller-1/+1
2015-11-20mac80211: always set the buf_size in AddBA req to 64Gregory Greenman-1/+2
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach-1/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg-4/+4
2015-11-17mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg-2/+1
2015-11-03mac80211: document sleep requirements for channel context opsChaitanya T K-0/+12
2015-11-03mac80211: further improve "no supported rates" warningJohannes Berg-1/+1
2015-11-03mac80211: treat bad WMM parameters more gracefullyJohannes Berg-94/+48
2015-11-03mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach-7/+7
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg-16/+11
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer-0/+3
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov-7/+18
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller-35/+45
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller-31/+48
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller-1/+12
2015-11-03mac80211: Fix local deauth while associatingAndrei Otcheretianski-0/+19
2015-11-03mac80211: allow null chandef in tracingArik Nemtsov-5/+5
2015-11-03mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com-0/+7
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller-387/+283
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg-185/+178
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg-14/+12
2015-10-21mac80211: remove sta->last_ack_signalJohannes Berg-7/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2015-10-14mac80211: remove event.cJohannes Berg-34/+6
2015-10-14mac80211: remove cfg.hJohannes Berg-11/+2
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg-41/+39
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg-10/+10
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg-80/+20
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg-15/+15
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern-2/+6
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan-1/+1
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam-1/+6
2015-10-13Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-15/+113
2015-10-08mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau-0/+2
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller-457/+706
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda-6/+6
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann-6/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg-10/+10
2015-09-29mac80211: reduce indentation by inlining a checkJohannes Berg-24/+20
2015-09-29mac80211: fix tx sequence number assignment with software queue + fast-xmitFelix Fietkau-1/+2
2015-09-29mac80211: advertise support for full station state in AP modeAyala Beker-12/+24
2015-09-29mac80211: allow writing TX PN in debugfsJohannes Berg-2/+49
2015-09-29mac80211: Deinline drv_get/set/reset_tsf()Denys Vlasenko-45/+53