OpenBSD cvs log

created 2023-10-29T07:18:38Z
begin 2023-10-22T00:00:00Z
end 2023-10-23T00:00:00Z
path src/sys
commits 1

date 2023-10-22T12:01:36Z
author stsp
files src/sys/net80211/ieee80211_node.c log diff annotate
message fix 40 MHz channel validation checks for the 2.4 GHz channel range

Just like the 5 GHz channels, 2.4 GHz channels are spaced 5 MHz apart.
40 MHz wide channels hence span channels [N, N + 4] not [N, N + 1].
Adjust our secondary channel range checks accordingly.