zephyr/drivers/wifi/nrfwifi
Chaitanya Tata 92985011b6 drivers: nrfwifi: Fix memory leak in TX path
During secure association, if we get any data packets from the
networking stack (as we switch off the dormancy) then they will be
dropped till the 802.1x port is authorized, but with recent changes the
corresponding network buffer isn't freed causing a memory leak.

Handle this case and free the network buffer (Using an OSAL API though
it's Zephyr to avoid duplication and also getting access to "struct
nwb");

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2024-10-30 09:43:41 -07:00
..
inc drivers: nrfwifi: Fix regulatory domain regression 2024-10-26 03:57:12 +01:00
off_raw_tx drivers: wifi: Add changes for regulatory domain 2024-10-23 16:50:15 +02:00
src drivers: nrfwifi: Fix memory leak in TX path 2024-10-30 09:43:41 -07:00
CMakeLists.txt drivers: nrfwifi: Fix a build error 2024-10-24 13:15:25 +01:00
Kconfig.nrfwifi