summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* mac80211: fix RX STBC override byte orderJohannes Berg2019-04-101-2/+3
* mac80211: allow overriding HT STBC capabilitiesSergey Matyukevich2019-01-191-0/+8
* ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
* mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21Star
* mac80211: Use proper smps_mode enum in sta opmode eventtamizhr@codeaurora.org2018-03-291-0/+15
* Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller2018-01-041-0/+1
|\
| * mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+1
* | mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg2017-12-111-3/+2Star
|/
* mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3
* mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer2017-09-211-5/+7
* mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg2017-09-061-3/+3
* mac80211: Complete ampdu work schedule during session tear downIlan peer2017-09-061-0/+18
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
* mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-0/+12
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-301-4/+12
* mac80211: limit the A-MSDU Tx based on peer's capabilitiesEmmanuel Grumbach2016-02-241-0/+5
* mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-301-2/+0Star
* mac80211: set Rx highest rate in ht_capArik Nemtsov2014-07-211-0/+3
* mac80211: support HT for TDLS stationsArik Nemtsov2014-07-211-4/+3Star
* mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen2014-04-221-1/+17
* mac80211: Allow disabling LDPCPawel Kulakowski2014-04-091-0/+4
* mac80211: allow drivers to request SMPS offLuciano Coelho2014-02-211-2/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-1/+3
|\
| * mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-061-1/+3
* | mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan2014-02-041-1/+1
|/
* mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach2014-01-071-3/+2Star
* mac80211: implement SMPS for APEmmanuel Grumbach2013-10-281-10/+31
* mac80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-15/+38
* mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear2013-06-131-1/+3
* cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-251-2/+2
* mac80211: fix HT capability overrides for AP stationJohannes Berg2013-03-061-23/+25
* mac80211: don't apply HT overrides to TDLS peersJohannes Berg2013-03-061-9/+5Star
* mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-151-0/+19
* mac80211: constify IE parsingJohannes Berg2013-02-151-1/+1
* mac80211: handle VHT operating mode notificationJohannes Berg2013-02-151-0/+4
* mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-32/+50
* mac80211: allow driver to be stateless wrt. SMSP requestsEmmanuel Grumbach2013-02-121-0/+3
* mac80211: unset peer's HT 40 MHz support if not usableJohannes Berg2013-01-031-0/+15
* mac80211: split aggregation stop by reasonJohannes Berg2013-01-031-7/+8
* mac80211: Allow disabling SGI-20Ben Greear2013-01-031-0/+3
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-2/+2
* mac80211: clean up debuggingJohannes Berg2012-06-241-6/+4Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+4
* mac80211: set HT channel before associationJohannes Berg2012-04-101-9/+0Star
* mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-151-1/+1
* mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear2011-12-061-1/+3
* mac80211: Add HT operation modes for IBSSAlexander Simon2011-12-061-0/+2
* mac80211: Make __check_htcap_disable static.Ben Greear2011-11-281-3/+3