HomeFreeBSD

LinuxKPI: 802.11: fix for_each_sta_active_link()

Description

LinuxKPI: 802.11: fix for_each_sta_active_link()

Likely a c&p error from for_each_vif_active_link() to
for_each_sta_active_link().
We are checking the nitems on the vif instead of the sta in this macro.
Function wise there is no difference as the arrays are the same size
but for correctness fix this.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 69b6c4a6ec6654978628ccd48edce46f00ac3e96)

Details

Provenance
bzAuthored on May 21 2024, 9:58 PM
Parents
rGc91ba48865a6: net8011: radiotap: add more EHT constants
Branches
Unknown
Tags
Unknown