aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04mac80211: catch queue stop underflowJohannes Berg1-2/+5
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg1-9/+2
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-1/+4
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller1-26/+23
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller1-1/+2
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski1-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller1-0/+11
2015-11-03mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com1-0/+7
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg1-1/+1
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern1-2/+6
2015-10-08mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau1-0/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg1-1/+1
2015-09-29mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller1-2/+3
2015-09-22mac80211: use DECLARE_EWMA for ave_beacon_signalJohannes Berg1-1/+1
2015-09-22mac80211: zero center freq segment 2 in VHT oper IEChun-Yeow Yeoh1-0/+2
2015-07-17mac80211: clear local->suspended before calling drv_resume()Eliad Peller1-4/+14
2015-07-17mac80211: clear local->in_reconfig on reconfig errorEliad Peller1-0/+1
2015-07-17mac80211: allow passing NULL to ieee80211_vif_to_wdev()Johannes Berg1-1/+6
2015-07-17mac80211: move ieee80211_get_bssid into RX fileJohannes Berg1-49/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-3/+3
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior1-0/+3
2015-04-07cfg80211: move IE split utilities here from mac80211Johannes Berg1-40/+0
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau1-0/+22
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-14/+114
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-0/+33
2015-03-16mac80211: count interfaces correctly for combination checksAndrei Otcheretianski1-1/+1
2015-03-16mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach1-0/+12
2015-03-04mac80211: allow iterating inactive interfacesArik Nemtsov1-13/+16
2015-03-03mac80211: handle drv_add_interface failures properly during reconfigLuciano Coelho1-1/+18
2015-03-03mac80211: TDLS: support VHT between peersArik Nemtsov1-0/+35
2015-01-27mac80211: handle potential race between suspend and scan completionLuciano Coelho1-0/+12
2015-01-23mac80211: avoid races related to suspend flowEmmanuel Grumbach1-6/+9
2015-01-15cfg80211: change bandwidth reporting to explicit fieldJohannes Berg1-8/+17
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg1-2/+0
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-4/+4
2015-01-06mac80211: skip disabled channels in VHT checkArik Nemtsov1-4/+6
2014-12-17mac80211: avoid reconfig if no interfaces are upEliad Peller1-5/+6
2014-11-25mac80211: check if channels allow 80 MHz for VHT probe requestsJohannes Berg1-1/+10
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-5/+7
2014-11-19mac80211: rcu-ify scan and scheduled scan request pointersJohannes Berg1-2/+5
2014-11-19mac80211: add specific-queue flushing supportLiad Kaufman1-5/+15
2014-11-19mac80211: add parsing of TDLS specific IEsArik Nemtsov1-0/+16
2014-11-19mac80211: track AP and peer STA TDLS chan-switch supportArik Nemtsov1-0/+5
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller1-1/+4
2014-11-04mac80211: handle RIC data element in reassociation requestJohannes Berg1-4/+22
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy1-6/+24
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy1-0/+3
2014-10-23mac80211: expose API allowing station iterationArik Nemtsov1-0/+28
2014-10-23mac80211: export IE splitting functionAndrei Otcheretianski1-25/+1
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior1-2/+14