openwrt/package/kernel/mac80211
Felix Fietkau 438a97fab6 mac80211: fix a race condition related to enabling fast-xmit
fast-xmit must only be enabled after the sta has been uploaded to the driver,
otherwise it could end up passing the not-yet-uploaded sta via drv_tx calls
to the driver, leading to potential crashes because of uninitialized drv_priv
data.
Add a missing sta->uploaded check and re-check fast xmit after inserting a sta.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-01-04 18:01:31 +01:00
..
files mac80211: fix not set noscan option for wpa_supplicant 2023-11-09 15:58:34 +01:00
patches mac80211: fix a race condition related to enabling fast-xmit 2024-01-04 18:01:31 +01:00
scripts
Makefile kernel: backport list_count_nodes() 2023-12-15 11:44:38 +01:00
ath.mk mac80211: Add ath11k to the help text of ATH_DEBUG 2023-08-25 23:56:21 +02:00
broadcom.mk mac80211: add missing kernel modules for brcmfmac 2023-09-13 09:45:56 +02:00
intel.mk mac80211: add missing dependency for iwlwifi 2023-09-12 11:18:45 +02:00
marvell.mk treewide: remove DRIVER_11N_SUPPORT 2022-12-13 10:54:50 +01:00
ralink.mk treewide: remove DRIVER_11N_SUPPORT 2022-12-13 10:54:50 +01:00
realtek.mk mac80211: realtek: rtw88: add RTL8822CU support 2023-11-13 22:01:49 +01:00