summaryrefslogtreecommitdiffstats
path: root/net/mac80211/offchannel.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: handle link ID during management TxSriram R2024-04-191-1/+11
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-9/+12
* wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach2023-10-231-0/+17
* wifi: mac80211: Do not force off-channel for management Tx with MLOIlan Peer2023-09-111-1/+6
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+0
* wifi: mac80211: reduce iflist_mtxJohannes Berg2023-09-111-4/+4
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-29/+19
* wifi: mac80211: move dynamic PS to wiphy workJohannes Berg2023-09-111-1/+1
* wifi: mac80211: move offchannel works to wiphy workJohannes Berg2023-09-111-18/+18
* wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()Anjaneyulu2023-06-141-2/+2
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-14/+33
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-5/+10
* wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski2022-07-151-2/+16
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-4/+4
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-3/+3
* 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-3/+3
* mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg2022-05-161-1/+1
* mac80211: Inform AP when returning operating channelLoic Poulain2020-09-281-29/+9
* mac80211: rename csa counters to countdown countersJohn Crispin2020-08-271-1/+1
* mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-1/+1
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+4
* mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach2019-07-261-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | mac80211: notify offchannel expire on mgmt_txJames Prestwood2019-06-141-0/+4
|/
* mac80211: support scan features for improved scan privacyJohannes Berg2018-06-151-1/+1
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-2/+2
* mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern2017-09-051-0/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* mac80211: fix CMD_FRAME for AP_VLANMichael Braun2016-10-121-1/+1
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-301-1/+2
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+1
* mac80211: avoid ROC during hw restartEliad Peller2016-01-141-0/+4
* mac80211: fix remain-on-channel cancellationJohannes Berg2016-01-141-2/+4
* mac80211: recalculate SW ROC only when neededJohannes Berg2016-01-141-5/+1
* mac80211: handle HW ROC expired properlyIlan Peer2015-12-071-1/+5
* mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg2015-12-041-0/+3
* mac80211: rewrite remain-on-channel logicJohannes Berg2015-12-041-286/+313
* mac80211: simplify ack_skb handlingJohannes Berg2015-12-041-5/+3
* mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg2015-12-041-3/+471
* mac80211: fix mgmt-tx abort cookie and leakJohannes Berg2015-12-041-3/+2
* mac80211: use bool argument to ieee80211_send_nullfuncJohannes Berg2015-09-291-3/+3
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-1/+1
* mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-141-2/+2
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-231-2/+4
* mac80211: fix on-channel remain-on-channelJohannes Berg2014-05-141-7/+20
* mac80211: fix software remain-on-channel implementationJohannes Berg2014-04-091-0/+1
* mac80211: Run deferred scan if last roc_list item is not startedJouni Malinen2013-09-301-0/+2