summaryrefslogtreecommitdiffstats
path: root/net/dccp
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2023-02-14 20:08:15 +0100
committerJohannes Berg <johannes.berg@intel.com>2023-02-14 20:09:30 +0100
commitcf08e29db760b144bde51e2444f3430c75763e26 (patch)
treea196740270ce3ef972f841ba10ba4181f3cf6114 /net/dccp
parentwifi: mac80211: Fix for Rx fragmented action frames (diff)
downloadlinux-cf08e29db760b144bde51e2444f3430c75763e26.tar.xz
linux-cf08e29db760b144bde51e2444f3430c75763e26.zip
wifi: mac80211: fix off-by-one link setting
The convention for find_first_bit() is 0-based, while ffs() is 1-based, so this is now off-by-one. I cannot reproduce the gcc-9 problem, but since the -1 is now removed, I'm hoping it will still avoid the original issue. Reported-by: Alexander Lobakin <alexandr.lobakin@intel.com> Fixes: 1d8d4af43474 ("wifi: mac80211: avoid u32_encode_bits() warning") Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/dccp')
0 files changed, 0 insertions, 0 deletions