Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211: improve mesh fast tx patch | Felix Fietkau | 2024-04-13 |
| | | | | | | | Change hash key struct size for faster lookup. Fix clearing cache entries for forwarding Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
* | mac80211: update to 6.6.15 | Robert Marko | 2024-02-21 |
| | | | | | | | Update backports to the latest 6.6 point release. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
* | mac80211: fix a race condition related to enabling fast-xmit | Felix Fietkau | 2024-01-04 |
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> |