summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: validate new interface's beacon intervalsJohannes Berg2016-10-271-0/+10
* mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-191-0/+7
* cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2016-10-131-24/+20
* mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen2016-09-301-2/+9
* mac80211: Implement add_nan_func and rm_nan_funcAyala Beker2016-09-301-1/+47
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-301-1/+2
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+1
* mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0
* mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-121-1/+1
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-21/+2
* mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-091-5/+6
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-12/+12
* mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2016-04-051-2/+3
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-27/+89
|\
| * mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon2016-02-241-1/+1
| * mac80211: Interoperability workaround for 80+80 and 160 MHz channelsJouni Malinen2016-02-241-2/+29
| * mac80211: expose txq queue depth and size to driversMichal Kazior2016-02-241-0/+14
| * mac80211: add RX_FLAG_MACTIME_PLCP_STARTJohannes Berg2016-02-241-1/+13
| * mac80211: refactor HT/VHT to chandef codeJohannes Berg2016-02-241-24/+30
| * mac80211: process and save VHT MU-MIMO group frameSara Sharon2016-01-141-0/+3
* | mac80211: clear local->sched_scan_req properly on reconfigEliad Peller2016-01-141-1/+4
* | mac80211: avoid ROC during hw restartEliad Peller2016-01-141-2/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-50/+63
|\
| * mac80211: reprogram in interface orderJohannes Berg2015-12-151-39/+37
| * mac80211: run scan completed work on reconfig failureJohannes Berg2015-12-151-11/+26
* | mac80211: catch queue stop underflowJohannes Berg2015-12-041-2/+5
|/
* mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg2015-11-031-9/+2
* mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-031-1/+4
* mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-031-26/+23
* mac80211: call drv_stop only if driver is startedEliad Peller2015-11-031-1/+2
* mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski2015-11-031-1/+7
* mac80211: use freezable workqueue for restart workEliad Peller2015-11-031-0/+11
* mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com2015-11-031-0/+7
* mac80211: remove PM-QoS listenerJohannes Berg2015-10-141-1/+1
* mac80211: Do not restart scheduled scan if multiple scan plans are setAvraham Stern2015-10-131-2/+6
* mac80211: add missing struct ieee80211_txq tid field initializationFelix Fietkau2015-10-081-0/+2
* mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg2015-09-291-1/+1
* mac80211: don't tear down aggregation on suspend in case of wowlan->anyEliad Peller2015-09-291-2/+3
* mac80211: use DECLARE_EWMA for ave_beacon_signalJohannes Berg2015-09-221-1/+1
* mac80211: zero center freq segment 2 in VHT oper IEChun-Yeow Yeoh2015-09-221-0/+2
* mac80211: clear local->suspended before calling drv_resume()Eliad Peller2015-07-171-4/+14
* mac80211: clear local->in_reconfig on reconfig errorEliad Peller2015-07-171-0/+1
* mac80211: allow passing NULL to ieee80211_vif_to_wdev()Johannes Berg2015-07-171-1/+6
* mac80211: move ieee80211_get_bssid into RX fileJohannes Berg2015-07-171-49/+0
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-3/+3
* mac80211: fix AP_VLAN crypto tailroom calculationMichal Kazior2015-05-201-0/+3
* cfg80211: move IE split utilities here from mac80211Johannes Berg2015-04-071-40/+0
* mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-0/+22
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-14/+114
|\
| * mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-301-0/+33