summaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-12Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski1-1/+65
2020-12-11Merge 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-16Merge 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-06Merge 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
2019-07-26mac80211: HE: add Spatial Reuse element parsing supportJohn Crispin1-0/+4
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-4/+3
2019-07-26mac80211: add support for parsing ADDBA_EXT IEsJohn Crispin1-0/+7
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein1-0/+4
2019-05-24{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty1-1/+3
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter1-4/+4
2019-04-26mac80211: support profile split between elementsSara Sharon1-19/+37
2019-04-26mac80211: support non-inheritance elementSara Sharon1-57/+77
2019-02-22Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-1/+5
2019-02-22mac80211: support max channel switch time elementSara Sharon1-0/+4
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-02-08mac80211: support multi-bssidSara Sharon1-8/+103