summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: protect non-HT BSS when HT TDLS traffic existsAvri Altman2015-09-041-3/+67
* mac80211: TDLS: deny ch-switch req on disallowed channelsArik Nemtsov2015-07-171-18/+31
* mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov2015-07-171-2/+32
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-171-3/+3
|\
| * cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov2015-07-171-3/+3
* | mac80211: TDLS: correctly configure SMPS stateArik Nemtsov2015-07-171-4/+32
* | mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov2015-07-171-7/+98
* | mac80211: define TDLS wider BW support bitsArik Nemtsov2015-07-171-5/+13
|/
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-1/+1
* mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-021-12/+5Star
* mac80211: disconnect TDLS stations on STA CSAArik Nemtsov2015-05-201-0/+6
* mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov2015-05-111-19/+8Star
* mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov2015-03-301-3/+8
* cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2015-03-301-0/+21
* mac80211: allow TDLS setup code to take wdev lockArik Nemtsov2015-03-041-17/+24
* mac80211: TDLS: support VHT between peersArik Nemtsov2015-03-031-5/+81
* mac80211: tdls: disentangle HT supported conditionsJohannes Berg2015-01-231-18/+18
* mac80211: tdls: remove shadowing variableJohannes Berg2015-01-231-1/+0Star
* mac80211: add TDLS supported channels correctlyArik Nemtsov2015-01-141-5/+21
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-3/+3
* mac80211: add TDLS channel-switch Rx flowArik Nemtsov2014-11-191-0/+328
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-0/+234
* mac80211: prepare TDLS mgmt code for channel-switch templatesArik Nemtsov2014-11-191-25/+57
* cfg/mac80211: define TDLS channel switch feature bitArik Nemtsov2014-11-191-3/+6
* mac80211: add BSS coex IE to TDLS setup framesArik Nemtsov2014-11-191-0/+15
* mac80211: add supported channels IE during TDLS setupArik Nemtsov2014-11-191-0/+71
* mac80211: retransmit TDLS teardown packet through AP if not ACKedLiad Kaufman2014-11-191-11/+48
* mac80211: expose TDLS-initiator value to low level driverArik Nemtsov2014-10-231-2/+6
* mac80211: set network header in TDLS framesArik Nemtsov2014-09-111-0/+3
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-151-2/+1Star
* mac80211: make sure TDLS teardown packet is sent on timeLiad Kaufman2014-07-211-0/+11
* mac80211: support HT for TDLS stationsArik Nemtsov2014-07-211-4/+84
* mac80211: move TDLS data to mgd private partArik Nemtsov2014-07-211-14/+14
* mac80211: add TDLS QoS param IE on setup-confirmArik Nemtsov2014-07-211-0/+124
* mac80211: add QoS IE during TDLS setup startArik Nemtsov2014-07-211-0/+7
* mac80211: set TDLS capab to zero on failure framesArik Nemtsov2014-07-211-4/+12
* mac80211: avoid adding some IEs on TDLS setup failure packetsArik Nemtsov2014-07-211-26/+32
* mac80211: split extra TDLS IEs in setup framesArik Nemtsov2014-07-211-7/+70
* mac80211: consolidate TDLS IE treatmentArik Nemtsov2014-07-211-28/+41
* mac80211: fix error path for TDLS setupArik Nemtsov2014-07-211-6/+10
* mac80211: track TDLS initiator internallyArik Nemtsov2014-07-211-11/+24
* mac80211: protect TDLS discovery sessionArik Nemtsov2014-06-231-1/+9
* mac80211: make sure TDLS peer STA exists during setupArik Nemtsov2014-06-231-0/+13
* mac80211: add API to request TDLS operation from userspaceArik Nemtsov2014-06-231-0/+17
* mac80211: implement proper Tx path flushing for TDLSArik Nemtsov2014-06-231-0/+57
* mac80211: split tdls_mgmt functionArik Nemtsov2014-06-231-23/+55
* mac80211: use TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-231-12/+28
* cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov2014-06-231-1/+2
* mac80211: cleanup TDLS state during failed setupArik Nemtsov2014-06-231-24/+109