mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -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
|
||
|---|---|---|
| .. | ||
| pci | ||
| usb | ||
| r88e.h | ||
| r88e_beacon.c | ||
| r88e_calib.c | ||
| r88e_chan.c | ||
| r88e_fw.c | ||
| r88e_fw_cmd.h | ||
| r88e_init.c | ||
| r88e_led.c | ||
| r88e_priv.h | ||
| r88e_reg.h | ||
| r88e_rf.c | ||
| r88e_rom.c | ||
| r88e_rom_defs.h | ||
| r88e_rom_image.h | ||
| r88e_rx.c | ||
| r88e_rx_desc.h | ||
| r88e_tx.c | ||
| r88e_tx_desc.h | ||