summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* | wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh2024-02-121-1/+1
* | wifi: mac80211: flush only stations using requests linksAditya Kumar Singh2024-02-128-18/+33
* | wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-122-3/+2
* | wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh2024-02-081-2/+13
* | wifi: mac80211: start and finalize channel switch on link basisAditya Kumar Singh2024-02-082-24/+37
* | wifi: mac80211: handle set csa/after_csa beacon on per link basisAditya Kumar Singh2024-02-081-13/+15
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-3/+11
* | wifi: mac80211: refactor STA CSA parsing flowsMichael-CY Lee2024-02-081-52/+250
* | wifi: mac80211: don't use sband->band earlyJohannes Berg2024-02-081-1/+1
* | wifi: mac80211: add missing kernel-doc for fast_tx_checkJohannes Berg2024-02-081-1/+2
* | wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg2024-02-081-1/+2
* | wifi: mac80211: allow CSA to same channelJohannes Berg2024-02-081-4/+0
* | wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg2024-02-085-119/+42
* | wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg2024-02-085-93/+37
* | wifi: mac80211: move element parsing to a new fileJohannes Berg2024-02-083-892/+927
* | wifi: mac80211: start building elements in SKBsJohannes Berg2024-02-083-185/+189
* | wifi: mac80211: simplify adding supported ratesJohannes Berg2024-02-086-131/+77
* | wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg2024-02-083-11/+3
* | wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg2024-02-084-8/+10
* | wifi: mac80211: limit HE RU capabilities when limiting bandwidthJohannes Berg2024-02-081-2/+33
* | wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg2024-02-085-37/+103
* | wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg2024-02-084-19/+16
* | wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg2024-02-083-1/+8
* | wifi: mac80211: disambiguate element parsing errorsJohannes Berg2024-02-082-38/+81
* | wifi: mac80211: implement MLO multicast deduplicationJohannes Berg2024-02-083-3/+26
* | wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg2024-02-081-3/+2
* | wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-085-186/+53
* | wifi: mac80211: use cfg80211_chandef_primary_freq()Johannes Berg2024-02-081-19/+11
* | wifi: mac80211: refactor puncturing bitmap extractionJohannes Berg2024-02-081-35/+17
* | wifi: mac80211: validate assoc response channel configJohannes Berg2024-02-081-2/+17
* | wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg2024-02-084-70/+201
* | wifi: mac80211: add and use a link iteration macroJohannes Berg2024-02-082-170/+89
* | wifi: mac80211: introduce 'channel request'Johannes Berg2024-02-0819-288/+330
* | wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg2024-02-081-3/+3
* | wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-0810-201/+243
* | wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg2024-02-085-93/+29
* | wifi: mac80211: clean up connection processJohannes Berg2024-02-0810-997/+1268
* | wifi: mac80211: clean up band switch in durationJohannes Berg2024-02-081-11/+8
* | wifi: mac80211: remove extra shadowing variableJohannes Berg2024-02-081-1/+0
* | wifi: mac80211: remove unused MAX_MSG_LEN defineJohannes Berg2024-02-081-2/+0
* | Merge wireless into wireless-nextJohannes Berg2024-02-088-65/+115
|\|
| * wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg2024-02-021-12/+18
| * wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg2024-02-021-0/+1
| * wifi: mac80211: fix waiting for beacons logicJohannes Berg2024-02-021-2/+1
| * wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg2024-02-021-7/+7
| * wifi: mac80211: initialize SMPS mode correctlyJohannes Berg2024-02-021-4/+3
| * wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg2024-02-023-8/+3
| * wifi: mac80211: set station RX-NSS on reconfigJohannes Berg2024-02-021-0/+2
| * wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-021-3/+4
| * wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg2024-02-021-27/+76