summaryrefslogtreecommitdiffstats
path: root/net/mac80211/chan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add consistency check for compat chandefAnjaneyulu2023-06-191-0/+5
* wifi: mac80211: use wiphy work for channel switchJohannes Berg2023-06-071-2/+2
* Merge wireless into wireless-nextJohannes Berg2023-06-071-28/+47
|\
| * wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3
| * wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-05-161-28/+44
| * wifi: mac80211: simplify chanctx allocationJohannes Berg2023-05-161-1/+1
* | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-061-2/+2
|/
* wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg2023-02-141-1/+1
* wifi: mac80211: isolate driver from inactive linksJohannes Berg2022-09-061-0/+6
* wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman2022-07-151-5/+4
* wifi: mac80211: don't check carrier in chanctx codeAndrei Otcheretianski2022-07-151-4/+0
* wifi: mac80211: tighten locking checkJohannes Berg2022-07-151-3/+4
* wifi: mac80211: mlme: first adjustments for MLOJohannes Berg2022-07-151-1/+1
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-57/+66
* wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-201-8/+17
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-201-261/+381
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-5/+4
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-47/+48
* 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-19/+20
* wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg2022-06-011-5/+2
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-4/+4
* mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2022-02-161-1/+4
* mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2021-06-231-38/+70
* mac80211: Update rate control on channel changeIlan Peer2020-12-111-0/+61
* mac80211: Fix calculation of minimal channel widthIlan Peer2020-12-111-4/+6
* mac80211: remove WDS-related codeJohannes Berg2020-11-111-2/+1
* mac80211: get correct default channel width for S1GThomas Pedersen2020-09-281-1/+8
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-1/+1
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-1/+6
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-3/+0
|\
| * mac80211: calculate min channel width correctlyJohannes Berg2017-01-111-3/+0
* | mac80211: Remove unused 'i' variableKirtika Ruchandani2016-12-131-3/+1
|/
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-301-0/+3
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+3
* mac80211: recalc min_def chanctx even when chandef is identicalArik Nemtsov2016-04-051-1/+3
* mac80211: Recalc min chandef when station is associatedIlan Peer2016-02-241-1/+1
* mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov2015-07-171-4/+27
* mac80211: adjust reserved chan_ctx when assigned to vifAndrei Otcheretianski2015-05-071-0/+4
* mac80211: add TX fastpathJohannes Berg2015-04-221-0/+6
* mac80211: clear sdata->radar_requiredEliad Peller2015-02-241-0/+5
* mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-231-2/+2
* mac80211: consider only relevant vifs for radar_required calculationEliad Peller2015-01-141-2/+30
* mac80211: remove local->radar_detect_enabledEliad Peller2015-01-141-3/+2
* mac80211: update the channel context after channel switchEmmanuel Grumbach2014-12-121-0/+4
* mac80211: copy chandef from AP vif to VLANsFelix Fietkau2014-11-271-4/+19
* mac80211: 802.11p OCB mode supportRostislav Lisovy2014-11-041-0/+1