summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorLines
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen-2/+9
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker-1/+47
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker-1/+2
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker-0/+1
2016-09-15mac80211: remove unused assignmentJohannes Berg-1/+0
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld-1/+1
2016-06-09mac80211: implement fair queueing per txqMichal Kazior-21/+2
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior-5/+6
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg-12/+12
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon-2/+3
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller-27/+89
2016-02-24mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon-1/+1
2016-02-24mac80211: Interoperability workaround for 80+80 and 160 MHz channelsJouni Malinen-2/+29
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior-0/+14
2016-02-24mac80211: add RX_FLAG_MACTIME_PLCP_STARTJohannes Berg-1/+13
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg-24/+30
2016-01-14mac80211: process and save VHT MU-MIMO group frameSara Sharon-0/+3
2016-01-14mac80211: clear local->sched_scan_req properly on reconfigEliad Peller-1/+4
2016-01-14mac80211: avoid ROC during hw restartEliad Peller-2/+9
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-50/+63
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-04mac80211: catch queue stop underflowJohannes Berg-2/+5
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg-9/+2
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov-1/+4
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller-26/+23
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller-1/+2
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller-0/+11
2015-11-03mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com-0/+7
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg-1/+1
2015-10-13mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern-2/+6
2015-10-08mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau-0/+2
2015-09-29mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg-1/+1
2015-09-29mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller-2/+3
2015-09-22mac80211: use DECLARE_EWMA for ave_beacon_signalJohannes Berg-1/+1
2015-09-22mac80211: zero center freq segment 2 in VHT oper IEChun-Yeow Yeoh-0/+2
2015-07-17mac80211: clear local->suspended before calling drv_resume()Eliad Peller-4/+14
2015-07-17mac80211: clear local->in_reconfig on reconfig errorEliad Peller-0/+1
2015-07-17mac80211: allow passing NULL to ieee80211_vif_to_wdev()Johannes Berg-1/+6
2015-07-17mac80211: move ieee80211_get_bssid into RX fileJohannes Berg-49/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg-3/+3
2015-05-20mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior-0/+3
2015-04-07cfg80211: move IE split utilities here from mac80211Johannes Berg-40/+0
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau-0/+22
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller-14/+114
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com-0/+33
2015-03-16mac80211: count interfaces correctly for combination checksAndrei Otcheretianski-1/+1
2015-03-16mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach-0/+12
2015-03-04mac80211: allow iterating inactive interfacesArik Nemtsov-13/+16