aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg1-1/+1
2022-06-20wifi: mac80211: refactor some sta_info link handlingJohannes Berg1-23/+56
2022-06-20wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2-36/+0
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg19-391/+566
2022-06-20wifi: mac80211: pass link ID where already presentJohannes Berg1-3/+4
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg2-2/+22
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg15-109/+241
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg22-486/+534
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg13-67/+76
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg20-122/+125
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2-3/+7
2022-06-20wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg1-5/+13
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski14-430/+80
2022-06-10wifi: mac80211: refactor some key codeJohannes Berg2-33/+41
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg14-397/+39
2022-06-01wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski13-240/+369
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg1-27/+18
2022-05-16mac80211: minstrel_ht: support ieee80211_rate_statusJonas Jelonek2-9/+133
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-39/+52
2022-05-16mac80211: minstrel_ht: fill all requested ratesPeter Seiderer1-7/+7
2022-05-16mac80211: disable BSS color collision detection in case of no free colorsLavanya Suresh1-0/+9
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram1-2/+2
2022-05-16mac80211: mlme: track assoc_bss/associated separatelyJohannes Berg2-10/+13
2022-05-16mac80211: remove useless bssid copyJohannes Berg1-3/+1
2022-05-16mac80211: remove unused argument to ieee80211_sta_connection_lost()Johannes Berg3-9/+7
2022-05-16mac80211: mlme: use local SSID copyJohannes Berg1-12/+2
2022-05-16mac80211: use ifmgd->bssid instead of ifmgd->associated->bssidJohannes Berg5-21/+21
2022-05-16mac80211: mlme: move in RSSI reporting codeJohannes Berg2-40/+40
2022-05-16mac80211: unify CCMP/GCMP AAD constructionJohannes Berg1-56/+31
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+7
2022-05-04mac80211: support disabling EHT modeMuna Sinada1-0/+3
2022-05-04mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua1-2/+0
2022-05-04mac80211: consider Order bit to fill CCMP AADPing-Ke Shih1-7/+9
2022-05-04mac80211: Reset MBSSID parameters upon connectionManikanta Pubbisetty1-0/+6
2022-05-04mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski28-342/+447
2022-04-11mac80211: prepare sta handling for MLO supportSriram R27-332/+385
2022-04-11mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Peter Seiderer1-0/+3
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi2-0/+47
2022-04-11mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi1-10/+12
2022-04-11mac80211: fix ht_capa printout in debugfsBen Greear1-1/+1
2022-03-15mac80211: update bssid_indicator in ieee80211_assign_beaconLorenzo Bianconi1-0/+3
2022-03-15mac80211: MBSSID channel switchJohn Crispin1-2/+24
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi3-14/+124
2022-03-15mac80211: always have ieee80211_sta_restart()Johannes Berg1-1/+1
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski12-79/+571
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala3-3/+45
2022-03-11mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0