1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/virtual
Johannes Berg 1b78dd3456 Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32"
This reverts commit b970ac68e0 ("wifi: mac80211_hwsim: check the
return value of nla_put_u32") since it introduced a memory leak in
the error path, which seems worse than sending an incomplete skb,
and the put can't fail anyway since the SKB was just allocated.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2023-08-22 21:40:41 +02:00
..
Kconfig
mac80211_hwsim.c Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32" 2023-08-22 21:40:41 +02:00
mac80211_hwsim.h mac80211_hwsim: add PMSR report support via virtio 2023-03-24 11:48:07 +01:00
Makefile
virt_wifi.c