summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tdls.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg2024-03-041-1/+5
* wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg2024-02-081-16/+4
* wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg2024-02-081-13/+4
* wifi: mac80211: simplify adding supported ratesJohannes Berg2024-02-081-2/+2
* wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg2024-02-081-9/+2
* wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg2024-02-081-2/+3
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-4/+4
* wifi: mac80211: clean up connection processJohannes Berg2024-02-081-4/+4
* wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-121-9/+9
* wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit2023-10-231-1/+1
* wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King2023-09-251-1/+1
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-16/+10
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-9/+3
* wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-8/+11
* wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-17/+9
* wifi: mac80211: move TDLS work to wiphy workJohannes Berg2023-09-111-5/+6
* wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya2023-06-191-10/+9
* wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik2023-06-191-0/+86
* wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya2023-06-191-72/+91
* wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya2023-06-191-5/+5
* wifi: mac80211: use wiphy work for SMPSJohannes Berg2023-06-071-2/+2
* wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-1/+0
* wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-1/+2
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+1
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-151-2/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-1/+2
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-2/+3
* wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-1/+1
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-2/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-6/+6
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-2/+2
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-3/+3
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-13/+13
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-25/+38
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-27/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+3
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-4/+4
* mac80211: support control port TX status reportingMarkus Theil2020-05-281-1/+1
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+4
* mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg2020-04-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-0/+23
|\
| * mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-05-241-0/+23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner2019-06-051-2/+1
|/
* mac80211: add option for setting control flagsRajkumar Manoharan2019-04-261-1/+1
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-2/+4
* mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-09-101-4/+4
* mac80211: enable TDLS peer buffer STA featureYingying Tang2017-12-111-1/+4
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-0/+1