CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/11 19:39:42
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Fix signed overflow in ieee80211_40mhz_valid_secondary_below().
The secondary_chan variable should be uint8_t instead of int8_t,
matching ieee80211_40mhz_valid_secondary_above().
ok phessler@ stsp@
