summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add API to parse multi-link elementJohannes Berg2022-07-151-0/+5
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-4/+4
* wifi: mac80211: add multi-link element to AUTH framesJohannes Berg2022-07-151-1/+20
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-1/+1
* wifi: mac80211: Support multi link in ieee80211_recalc_min_chandef()Andrei Otcheretianski2022-07-151-7/+33
* wifi: mac80211: add a helper to fragment an elementJohannes Berg2022-07-151-0/+28
* wifi: mac80211: use only channel width in ieee80211_parse_bitrates()Johannes Berg2022-07-151-3/+3
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-8/+5
* wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman2022-07-151-1/+2
* wifi: mac80211: refactor elements parsing with parameter structJohannes Berg2022-07-151-29/+29
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-9/+9
* wifi: mac80211: separate out connection downgrade flagsJohannes Berg2022-07-151-17/+17
* wifi: mac80211: Align with Draft P802.11be_D1.5Ilan Peer2022-07-151-31/+56
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-14/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+3
|\
| * wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2022-06-291-0/+3
* | wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu2022-07-111-1/+1
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-201-1/+1
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-2/+3
* | wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-14/+25
* | wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-2/+2
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-12/+10
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-8/+8
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-69/+1
|/
* mac80211: mlme: move in RSSI reporting codeJohannes Berg2022-05-161-40/+0
* mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala2022-03-111-3/+30
* mac80211: Add EHT capabilities to association/probe requestIlan Peer2022-02-161-0/+79
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-32/+110
* mac80211: Support parsing EHT elementsIlan Peer2022-02-161-0/+11
* mac80211: parse only HE capability elements with valid sizeJohannes Berg2022-02-161-2/+4
* mac80211: Remove redundent assignment channel_typeJiapeng Chong2022-02-041-1/+0
* mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-041-5/+22
* mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl2022-01-041-0/+13
* mac80211: do drv_reconfig_complete() before restarting allJohannes Berg2021-12-141-7/+7
* mac80211: Fix the size used for building probe requestIlan Peer2021-12-141-1/+1
* mac80211: validate extended element ID is presentJohannes Berg2021-12-141-1/+6
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-151-3/+4
* mac80211: add parse regulatory info in 6 GHz operation informationWen Gong2021-09-271-0/+14
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-7/+13
* mac80211: mlme: find auth challenge directlyJohannes Berg2021-09-231-4/+0
* mac80211: move CRC into struct ieee802_11_elemsJohannes Berg2021-09-231-5/+5
* mac80211: parse transmit power envelope elementWen Gong2021-08-261-0/+12
* mac80211: add HE 6 GHz capability only if supportedJohannes Berg2021-06-231-4/+7
* mac80211: always include HE 6GHz capability in probe requestJohannes Berg2021-06-231-1/+11
* mac80211: conditionally advertise HE in probe requestsJohannes Berg2021-06-231-1/+3
* mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg2021-06-231-1/+2
* mac80211: free skb in WEP error caseJohannes Berg2021-06-231-1/+4
* mac80211: handle various extensible elements correctlyJohannes Berg2021-06-181-11/+11
* mac80211: move interface shutdown out of wiphy lockJohannes Berg2021-06-091-2/+0