Revision 7f4e09700bdc13ce9aafa279bc999051e9bcda35 authored by Benjamin Berg on 21 June 2023, 12:05:44 UTC, committed by Jakub Kicinski on 22 June 2023, 05:55:29 UTC
Properly check for RX_DROP_UNUSABLE now that the new drop reason
infrastructure is used. Without this change, the comparison will always
be false as a more specific reason is given in the lower bits of result.

Fixes: baa951a1c177 ("mac80211: use the new drop reasons infrastructure")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20230621120543.412920-2-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 533aa0b
History
File Mode Size
Kconfig -rw-r--r-- 299 bytes
Makefile -rw-r--r-- 133 bytes
file.c -rw-r--r-- 23.4 KB
super.c -rw-r--r-- 36.9 KB
sysfs.c -rw-r--r-- 3.2 KB
trace.h -rw-r--r-- 3.0 KB
zonefs.h -rw-r--r-- 7.3 KB

back to top