CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/29 02:41:36
Modified files:
sys/dev/pci : if_iwm.c if_iwmreg.h
Log message:
In iwm(4), remove old deprecated scan API definitions which have been
unused since the upgrade to version 16 firmware.
Also, matching the iwlwifi code, use IWM_DEFAULT_SCAN_CHANNELS (== 40)
instead of IWM_MAX_NUM_SCAN_CHANNELS (== 36) as default value for
sc->sc_capa_n_scan_channels.
Mostly matches the header-file changes in Linux iwlwifi git
commit 1f9403863c080478ad78247c89b018e95bdfb027.
Patch by Imre Vadasz.