git: if_iwm - Factor out and improve iwm_mvm_scan_rxon_flags() in if_iwm_scan.c.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Mon Oct 31 17:53:14 PDT 2016
commit 53a009d6f66108b40d622ed90ea95eba5c0e5432
Author: Imre Vadász <imre at vdsz.com>
Date: Tue Nov 1 00:34:28 2016 +0100
if_iwm - Factor out and improve iwm_mvm_scan_rxon_flags() in if_iwm_scan.c.
* Actually look at the first channel in the list. If it's a 2.4GHz channel,
set IWM_PHY_BAND_24 flag. The IWM_PHY_BAND_5 flag is 0 anyway, so we
don't need to look further.
* While there factor out the iwm_mvm_rrm_scan_needed() tlv capability check.
Taken-From: Linux iwlwifi
Summary of changes:
sys/dev/netif/iwm/if_iwm_scan.c | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/53a009d6f66108b40d622ed90ea95eba5c0e5432
--
DragonFly BSD source repository
More information about the Commits
mailing list