summaryrefslogtreecommitdiff
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mac80211: limit bandwidth in HE capabilitiesJohannes Berg1-5/+22
2021-12-22mac80211: validate extended element ID is presentJohannes Berg1-1/+6
2021-11-25mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg1-3/+4
2021-08-26mac80211: parse transmit power envelope elementWen Gong1-0/+12
2021-06-23mac80211: add HE 6 GHz capability only if supportedJohannes Berg1-4/+7
2021-06-23mac80211: always include HE 6GHz capability in probe requestJohannes Berg1-1/+11
2021-06-23mac80211: conditionally advertise HE in probe requestsJohannes Berg1-1/+3
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg1-1/+2
2021-06-23mac80211: free skb in WEP error caseJohannes Berg1-1/+4
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg1-11/+11
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg1-2/+0
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-9/+1
2021-03-16mac80211: Allow HE operation to be longer than expected.Brian Norris1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-7/+7
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski1-1/+65
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-11mac80211: support Rx timestamp calculation for all preamble typesAvraham Stern1-1/+65
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong1-1/+1
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski1-1/+1
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-1/+1
2020-11-07net: mac80211: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+3
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+3
2020-09-28mac80211: support S1G associationThomas Pedersen1-0/+53
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen1-0/+52
2020-09-28mac80211: encode listen interval for S1GThomas Pedersen1-0/+21
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen1-0/+22
2020-09-28mac80211: support S1G STA capabilitiesThomas Pedersen1-0/+42
2020-09-18mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin1-3/+4
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-8/+7
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen1-0/+5
2020-07-30mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan1-0/+4
2020-05-31mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer1-8/+28
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg1-0/+106
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-4/+45
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan1-4/+61
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan1-0/+46
2020-05-31mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan1-0/+4
2020-03-20mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg1-1/+5
2020-02-17Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller1-29/+54
2020-02-14mac80211: fix wrong 160/80+80 MHz settingShay Bar1-2/+14
2020-02-07mac80211: parse also the RSNXE IEShaul Triebitz1-1/+6
2020-02-07mac80211: refactor extended element parsingJohannes Berg1-27/+48
2020-02-07mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2019-12-16mac80211: Remove redundant assertionAditya Pakki1-1/+0
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg1-5/+8
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg1-2/+3
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen1-5/+1
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+3
2019-07-26mac80211: implement HE support for meshSven Eckelmann1-0/+49