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-- 1.2 KB
Makefile -rw-r--r-- 283 bytes
alloc.c -rw-r--r-- 24.2 KB
alloc.h -rw-r--r-- 3.2 KB
bmap.c -rw-r--r-- 14.7 KB
bmap.h -rw-r--r-- 7.8 KB
btnode.c -rw-r--r-- 7.3 KB
btnode.h -rw-r--r-- 1.4 KB
btree.c -rw-r--r-- 63.1 KB
btree.h -rw-r--r-- 2.0 KB
cpfile.c -rw-r--r-- 25.4 KB
cpfile.h -rw-r--r-- 1.1 KB
dat.c -rw-r--r-- 13.6 KB
dat.h -rw-r--r-- 1.7 KB
dir.c -rw-r--r-- 16.5 KB
direct.c -rw-r--r-- 8.8 KB
direct.h -rw-r--r-- 634 bytes
export.h -rw-r--r-- 505 bytes
file.c -rw-r--r-- 3.7 KB
gcinode.c -rw-r--r-- 5.2 KB
ifile.c -rw-r--r-- 5.2 KB
ifile.h -rw-r--r-- 1.1 KB
inode.c -rw-r--r-- 33.4 KB
ioctl.c -rw-r--r-- 35.2 KB
mdt.c -rw-r--r-- 15.9 KB
mdt.h -rw-r--r-- 3.6 KB
namei.c -rw-r--r-- 12.6 KB
nilfs.h -rw-r--r-- 12.6 KB
page.c -rw-r--r-- 13.4 KB
page.h -rw-r--r-- 1.9 KB
recovery.c -rw-r--r-- 23.5 KB
segbuf.c -rw-r--r-- 12.0 KB
segbuf.h -rw-r--r-- 5.5 KB
segment.c -rw-r--r-- 75.0 KB
segment.h -rw-r--r-- 7.8 KB
sufile.c -rw-r--r-- 32.1 KB
sufile.h -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 35.0 KB
sysfs.c -rw-r--r-- 30.8 KB
sysfs.h -rw-r--r-- 5.2 KB
the_nilfs.c -rw-r--r-- 23.1 KB
the_nilfs.h -rw-r--r-- 11.3 KB

back to top