if_iwm - Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c
authorImre Vadász <imre@vdsz.com>
Sun, 25 Sep 2016 19:21:20 +0000 (21:21 +0200)
committerImre Vadász <imre@vdsz.com>
Sun, 25 Sep 2016 19:54:43 +0000 (21:54 +0200)
commit27d11320e707d2c41424efc1983762f6799941d6
tree3e9208e64b92174fa55b24d63f56caef610702b0
parent35f0e6c86c1654323d6b19f7a077f4ab8ac85868
if_iwm - Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c

* This is more similar to how code/definitions are distributed in
  Linux's iwlwifi.

* This should make recognizing new chipset variants, and adding additional
  flags from the Linux iwlwifi code easier, without blowing up if_iwm.c

Taken-From: Linux iwlwifi
sys/conf/files
sys/dev/netif/iwm/Makefile
sys/dev/netif/iwm/if_iwm.c
sys/dev/netif/iwm/if_iwm_7000.c [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_8000.c [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_config.h [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_pcie_trans.c
sys/dev/netif/iwm/if_iwmvar.h