aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-3/+10
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+5
2015-09-22mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov1-2/+2
2015-09-22mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov1-1/+3
2015-09-04mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman1-3/+67
2015-07-17mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov1-18/+31
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov1-2/+32
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-3/+3
2015-07-17mac80211: TDLS: correctly configure SMPS stateArik Nemtsov1-4/+32
2015-07-17mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov1-7/+98
2015-07-17mac80211: define TDLS wider BW support bitsArik Nemtsov1-5/+13
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov1-3/+3
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+1
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-12/+5
2015-05-20mac80211: disconnect TDLS stations on STA CSAArik Nemtsov1-0/+6
2015-05-11mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov1-19/+8
2015-03-30mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov1-3/+8
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov1-0/+21
2015-03-04mac80211: allow TDLS setup code to take wdev lockArik Nemtsov1-17/+24
2015-03-03mac80211: TDLS: support VHT between peersArik Nemtsov1-5/+81
2015-01-23mac80211: tdls: disentangle HT supported conditionsJohannes Berg1-18/+18
2015-01-23mac80211: tdls: remove shadowing variableJohannes Berg1-1/+0
2015-01-14mac80211: add TDLS supported channels correctlyArik Nemtsov1-5/+21
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-3/+3
2014-11-19mac80211: add TDLS channel-switch Rx flowArik Nemtsov1-0/+328
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-0/+234
2014-11-19mac80211: prepare TDLS mgmt code for channel-switch templatesArik Nemtsov1-25/+57
2014-11-19cfg/mac80211: define TDLS channel switch feature bitArik Nemtsov1-3/+6
2014-11-19mac80211: add BSS coex IE to TDLS setup framesArik Nemtsov1-0/+15
2014-11-19mac80211: add supported channels IE during TDLS setupArik Nemtsov1-0/+71
2014-11-19mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman1-11/+48
2014-10-23mac80211: expose TDLS-initiator value to low level driverArik Nemtsov1-2/+6
2014-09-11mac80211: set network header in TDLS framesArik Nemtsov1-0/+3
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-2/+1
2014-07-21mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman1-0/+11
2014-07-21mac80211: support HT for TDLS stationsArik Nemtsov1-4/+84
2014-07-21mac80211: move TDLS data to mgd private partArik Nemtsov1-14/+14
2014-07-21mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov1-0/+124
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov1-0/+7
2014-07-21mac80211: set TDLS capab to zero on failure framesArik Nemtsov1-4/+12
2014-07-21mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov1-26/+32
2014-07-21mac80211: split extra TDLS IEs in setup framesArik Nemtsov1-7/+70
2014-07-21mac80211: consolidate TDLS IE treatmentArik Nemtsov1-28/+41
2014-07-21mac80211: fix error path for TDLS setupArik Nemtsov1-6/+10
2014-07-21mac80211: track TDLS initiator internallyArik Nemtsov1-11/+24
2014-06-23mac80211: protect TDLS discovery sessionArik Nemtsov1-1/+9
2014-06-23mac80211: make sure TDLS peer STA exists during setupArik Nemtsov1-0/+13
2014-06-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov1-0/+17
2014-06-23mac80211: implement proper Tx path flushing for TDLSArik Nemtsov1-0/+57