git: if_iwm - Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sat Oct 29 01:27:22 PDT 2016
commit cb650b01526b0aeef3c4307d926e7f1428997d50
Author: Imre Vadász <imre at vdsz.com>
Date: Sat Oct 29 10:18:27 2016 +0200
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
Summary of changes:
sys/conf/files | 1 +
sys/dev/netif/iwm/Makefile | 2 +-
sys/dev/netif/iwm/if_iwm.c | 159 +----------
sys/dev/netif/iwm/if_iwm_binding.c | 9 +-
sys/dev/netif/iwm/if_iwm_sf.c | 319 +++++++++++++++++++++++
sys/dev/netif/iwm/{if_iwm_8000.c => if_iwm_sf.h} | 43 ++-
sys/dev/netif/iwm/if_iwmvar.h | 3 +
7 files changed, 354 insertions(+), 182 deletions(-)
create mode 100644 sys/dev/netif/iwm/if_iwm_sf.c
copy sys/dev/netif/iwm/{if_iwm_8000.c => if_iwm_sf.h} (76%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb650b01526b0aeef3c4307d926e7f1428997d50
--
DragonFly BSD source repository
More information about the Commits
mailing list