git: if_iwm - Sync nvm parsing code with Linux iwlwifi.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Tue Sep 6 12:14:17 PDT 2016
commit 39f8331b1a6f295291e08c377da12a8e7a5436c0
Author: Imre Vadász <imre at vdsz.com>
Date: Tue Sep 6 20:37:05 2016 +0200
if_iwm - Sync nvm parsing code with Linux iwlwifi.
* sc->sc_nvm becomes sc->nvm_data and is now a pointer instead of an
inlined struct.
* Add sc->eeprom_size and sc->nvm_hw_section_num configuration values to
struct iwm_softc.
* For now continue to avoid negative error return-values, and use pointer
variables for some return values, as before.
* Continue to omit LAR (location aware regulatory) related code as well.
Summary of changes:
sys/dev/netif/iwm/if_iwm.c | 274 ++++++++++++++++++++++++----------------
sys/dev/netif/iwm/if_iwm_scan.c | 4 +-
sys/dev/netif/iwm/if_iwm_util.c | 8 +-
sys/dev/netif/iwm/if_iwmreg.h | 19 +--
sys/dev/netif/iwm/if_iwmvar.h | 13 +-
5 files changed, 185 insertions(+), 133 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39f8331b1a6f295291e08c377da12a8e7a5436c0
--
DragonFly BSD source repository
More information about the Commits
mailing list