summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-121-2/+2
* wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-081-18/+18
* wifi: mac80211: clean up connection processJohannes Berg2024-02-081-7/+8
* wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov2023-12-121-1/+1
* Merge wireless into wireless-nextJohannes Berg2023-10-061-1/+1
|\
| * wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg2023-09-251-1/+1
* | wifi: mac80211: remove shifted rate supportJohannes Berg2023-09-131-10/+3
* | wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-24/+6
* | wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-27/+12
* | wifi: mac80211: reduce iflist_mtxJohannes Berg2023-09-111-2/+2
* | wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-7/+3
* | wifi: mac80211: remove chanctx_mtxJohannes Berg2023-09-111-2/+2
* | wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-3/+1
|/
* wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg2023-06-071-6/+8
* wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-071-4/+4
* wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-0/+4
|\
| * wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
* | wifi: mac80211: use full 'unsigned int' typeXin Gao2022-08-261-4/+4
|/
* wifi: mac80211: fix up link station creation/insertionJohannes Berg2022-07-151-2/+2
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-4/+2
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-3/+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-6/+7
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-4/+4
* wifi: mac80211: consistently use sdata_dereference()Johannes Berg2022-07-151-8/+4
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-2/+3
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-201-2/+2
* wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-201-1/+1
* 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-4/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-5/+5
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-13/+13
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-5/+5
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-13/+13
* mac80211: fix memory leaks with element parsingJohannes Berg2021-10-211-5/+5
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-10/+15
* mac80211: Remove unnecessary variable and labeldingsenjie2021-08-131-11/+4
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-161-0/+2
* mac80211: support S1G associationThomas Pedersen2020-09-281-1/+2
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-2/+2
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
* mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-311-2/+9
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+5
* mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg2019-09-111-0/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-4/+4
* mac80211: add ability to parse CCFS2Johannes Berg2018-09-051-1/+3