git: if_iwm - Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Tue Oct 4 16:04:25 PDT 2016
commit d078c812418d0e2c3392e99fa25fc776d07bdfad
Author: Imre Vadász <imre at vdsz.com>
Date: Tue Oct 4 23:05:19 2016 +0200
if_iwm - Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags.
* All the supported firmwares have these flags set.
* This removes the following flags:
IWM_UCODE_TLV_FLAGS_PM_CMD_SUPPORT,
IWM_UCODE_TLV_FLAGS_NEWBT_COEX,
IWM_UCODE_TLV_FLAGS_BF_UPDATED,
IWM_UCODE_TLV_FLAGS_D3_CONTINUITY_API,
IWM_UCODE_TLV_FLAGS_STA_KEY_CMD,
IWM_UCODE_TLV_FLAGS_DEVICE_PS_CMD,
IWM_UCODE_TLV_FLAGS_SCHED_SCAN,
IWM_UCODE_TLV_FLAGS_RX_ENERGY_API,
IWM_UCODE_TLV_FLAGS_TIME_EVENT_API_V2
* Also remove definitions and code for dealing with the v1 time-event api.
* Remove unneeded calc_rssi() function.
Taken-From: Linux iwlwifi
Summary of changes:
sys/dev/netif/iwm/if_iwm.c | 52 +++---------------------
sys/dev/netif/iwm/if_iwm_power.c | 9 +----
sys/dev/netif/iwm/if_iwm_time_event.c | 70 ++------------------------------
sys/dev/netif/iwm/if_iwmreg.h | 75 +++--------------------------------
4 files changed, 16 insertions(+), 190 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d078c812418d0e2c3392e99fa25fc776d07bdfad
--
DragonFly BSD source repository
More information about the Commits
mailing list