git: if_iwm - Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Wed Sep 7 14:32:14 PDT 2016


commit cbb82693c18fd71b4eb86855b82d03995f352d65
Author: Imre Vadász <imre at vdsz.com>
Date:   Wed Sep 7 23:21:54 2016 +0200

    if_iwm - Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi.
    
    * This fixes the phy_cfg field sent in the iwm_send_phy_cfg_cmd()
      command, which wasn't taking into account the valid_rx_ant and
      valid_tx_ant masks from nvm_data before.

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c          | 25 +++++++++++++++++--------
 sys/dev/netif/iwm/if_iwm_phy_ctxt.c |  8 ++++----
 sys/dev/netif/iwm/if_iwm_scan.c     |  8 ++++----
 sys/dev/netif/iwm/if_iwm_util.c     | 28 ----------------------------
 sys/dev/netif/iwm/if_iwm_util.h     | 31 +++++++++++++++++++++++++++++--
 sys/dev/netif/iwm/if_iwmvar.h       |  5 ++++-
 6 files changed, 58 insertions(+), 47 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cbb82693c18fd71b4eb86855b82d03995f352d65


-- 
DragonFly BSD source repository



More information about the Commits mailing list