summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2016-08-301-3/+4
* mac80211: silence an uninitialized variable warningDan Carpenter2016-06-301-0/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-9/+9
* mac80211: Fix BW upgrade for TDLS peersIlan Peer2016-04-051-1/+2
* mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov2016-04-051-6/+32
* mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov2016-04-051-1/+1
* mac80211: TDLS: add proper HT-oper IEArik Nemtsov2015-11-031-3/+10
* Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-071-3/+5
|\
| * mac80211: TDLS: check reg with IR-relax on chandef upgradeArik Nemtsov2015-09-221-2/+2
| * mac80211: debugfs: add file to disallow TDLS wider-bwArik Nemtsov2015-09-221-1/+3
* | 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/+5
* 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/+8
* 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/+0
* 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/+1
* 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