aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen1-1/+17
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski1-0/+4
2014-02-21mac80211: allow drivers to request SMPS offLuciano Coelho1-2/+0
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach1-1/+3
2014-02-04mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per specKarl Beldan1-1/+1
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach1-3/+2
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-10/+31
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich1-15/+38
2013-06-13mac80211: Ensure tid_start_tx is protected by sta->lockBen Greear1-1/+3
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-2/+2
2013-03-06mac80211: fix HT capability overrides for AP stationJohannes Berg1-23/+25
2013-03-06mac80211: don't apply HT overrides to TDLS peersJohannes Berg1-9/+5
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-0/+19
2013-02-15mac80211: constify IE parsingJohannes Berg1-1/+1
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg1-0/+4
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-32/+50
2013-02-12mac80211: allow driver to be stateless wrt. SMSP requestsEmmanuel Grumbach1-0/+3
2013-01-03mac80211: unset peer's HT 40 MHz support if not usableJohannes Berg1-0/+15
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-7/+8
2013-01-03mac80211: Allow disabling SGI-20Ben Greear1-0/+3
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-2/+2
2012-06-24mac80211: clean up debuggingJohannes Berg1-6/+4
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+4
2012-04-10mac80211: set HT channel before associationJohannes Berg1-9/+0
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa1-1/+1
2011-12-06mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear1-1/+3
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon1-0/+2
2011-11-28mac80211: Make __check_htcap_disable static.Ben Greear1-3/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear1-1/+82
2011-11-08mac80211: allow frame aggregation for meshThomas Pedersen1-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-30mac80211: optimise station flagsJohannes Berg1-1/+1
2011-09-13mac80211: Remove unnecessary OOM logging messagesJoe Perches1-5/+1
2011-06-07mac80211: Stop BA session event from deviceShahar Levi1-0/+6
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-1/+1
2011-05-16mac80211: fix TX a-MPDU lockingJohannes Berg1-6/+21
2011-02-25mac80211: copy peer MCS TX parametersJohannes Berg1-1/+4
2010-10-13mac80211: fix SMPS requestJohannes Berg1-0/+2
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg1-7/+10
2010-08-16mac80211: allow drivers to request SM PS mode changeJohannes Berg1-0/+28
2010-07-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-06-14mac80211: change TX aggregation lockingJohannes Berg1-6/+2
2010-06-14mac80211: change RX aggregation lockingJohannes Berg1-1/+5
2010-06-14mac80211: defer RX agg session teardown to workJohannes Berg1-0/+5
2010-06-14mac80211: move BA session workJohannes Berg1-0/+32
2010-06-14mac80211: make TX aggregation start/stop request asyncJohannes Berg1-0/+2
2010-06-14mac80211: use RCU for TX aggregationJohannes Berg1-7/+2
2010-04-07mac80211: remove ieee80211_sta_stop_rx_ba_sessionJohannes Berg1-2/+1