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-- 373 bytes
Makefile -rw-r--r-- 128 bytes
dir.c -rw-r--r-- 11.5 KB
file.c -rw-r--r-- 10.4 KB
shfl_hostintf.h -rw-r--r-- 22.0 KB
super.c -rw-r--r-- 11.2 KB
utils.c -rw-r--r-- 12.7 KB
vboxsf_wrappers.c -rw-r--r-- 10.9 KB
vfsmod.h -rw-r--r-- 4.5 KB

back to top