mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
While IEEE80211_R_BAND was defined, there was no place to store the
band. Add a field for that, adjust ieee80211_lookup_channel_rxstatus()
to require it, and update drivers passing "R_{FREQ|IEEE}" in already to
provide the band as well. For the moment keep the fall-back code
requiring all three fields.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D30662
|
||
|---|---|---|
| .. | ||
| if_rsu.c | ||
| if_rsureg.h | ||
| if_rum.c | ||
| if_rumfw.h | ||
| if_rumreg.h | ||
| if_rumvar.h | ||
| if_run.c | ||
| if_runreg.h | ||
| if_runvar.h | ||
| if_uath.c | ||
| if_uathreg.h | ||
| if_uathvar.h | ||
| if_upgt.c | ||
| if_upgtvar.h | ||
| if_ural.c | ||
| if_uralreg.h | ||
| if_uralvar.h | ||
| if_urtw.c | ||
| if_urtwreg.h | ||
| if_urtwvar.h | ||
| if_zyd.c | ||
| if_zydfw.h | ||
| if_zydreg.h | ||