summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach2021-04-191-9/+1
* mac80211: Allow HE operation to be longer than expected.Brian Norris2021-03-161-1/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-7/+7
* Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-121-1/+65
|\
| * mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern2020-12-111-1/+65
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+1
|\ \ | |/ |/|
| * mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong2020-12-041-1/+1
* | Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski2020-11-131-1/+1
|\ \
| * | mac80211: remove WDS-related codeJohannes Berg2020-11-111-1/+1
| |/
* / net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-2/+3
|/
* mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear2020-09-281-0/+3
* mac80211: support S1G associationThomas Pedersen2020-09-281-0/+53
* mac80211: receive and process S1G beaconsThomas Pedersen2020-09-281-0/+52
* mac80211: encode listen interval for S1GThomas Pedersen2020-09-281-0/+21
* mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-0/+22
* mac80211: support S1G STA capabilitiesThomas Pedersen2020-09-281-0/+42
* mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin2020-09-181-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+4
|\
| * mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan2020-07-301-0/+4
* | mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-8/+7
* | nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+5
|/
* mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer2020-05-311-8/+28
* mac80211: determine chandef from HE 6 GHz operationJohannes Berg2020-05-311-0/+106
* mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-311-4/+45
* mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan2020-05-311-4/+61
* mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan2020-05-311-0/+46
* mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2020-05-311-0/+4
* mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg2020-03-201-1/+5
* Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-161-29/+54
|\
| * mac80211: parse also the RSNXE IEShaul Triebitz2020-02-071-1/+6
| * mac80211: refactor extended element parsingJohannes Berg2020-02-071-27/+48
| * mac80211: Remove redundant assertionAditya Pakki2019-12-161-1/+0
* | mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-02-141-2/+14