2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08: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
Makefile
virt_wifi.c