if_iwm - Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
authorImre Vadász <imre@vdsz.com>
Sat, 29 Oct 2016 08:18:27 +0000 (10:18 +0200)
committerImre Vadász <imre@vdsz.com>
Sat, 29 Oct 2016 08:24:37 +0000 (10:24 +0200)
commitcb650b01526b0aeef3c4307d926e7f1428997d50
tree14649dfd25d69ddc9f87ac835d2b0b95d99d8d0c
parent240bd9cd58f8259c12c14a8006837e69879995f0
if_iwm - Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.

* This change also fixes a possible issue in the existing smart-fifo code,
  which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit on AC8260 chipsets, although
  that's only used in iwlwifi for Family 8000 chipsets connected via SDIO
  interface.

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_binding.c
sys/dev/netif/iwm/if_iwm_sf.c [new file with mode: 0644]
sys/dev/netif/iwm/if_iwm_sf.h [new file with mode: 0644]
sys/dev/netif/iwm/if_iwmvar.h