diff options
| -rw-r--r-- | sys/contrib/dev/rtw89/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/contrib/dev/rtw89/core.c b/sys/contrib/dev/rtw89/core.c index c834649014b4..7fea67b63624 100644 --- a/sys/contrib/dev/rtw89/core.c +++ b/sys/contrib/dev/rtw89/core.c @@ -2278,6 +2278,8 @@ static int rtw89_core_rx_parse_phy_sts(struct rtw89_dev *rtwdev, end = phy_ppdu->buf + phy_ppdu->len; #elif defined(__FreeBSD__) pos = (u8 *)phy_ppdu->buf + PHY_STS_HDR_LEN; + if (phy_ppdu->hdr_2_en) + pos += PHY_STS_HDR_LEN; end = (u8 *)phy_ppdu->buf + phy_ppdu->len; #endif while (pos < end) { |
