]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_iwm - The iwm_prepare_card_hw() in iwm_attach() is only needed on 8K hw.
authorkevans <kevans@FreeBSD.org>
Thu, 24 Jan 2019 03:41:44 +0000 (03:41 +0000)
committerkevans <kevans@FreeBSD.org>
Thu, 24 Jan 2019 03:41:44 +0000 (03:41 +0000)
commit22ef3ec934cc3e6ba0dfb24ba632c359da1c706f
tree993ce1d2906c4cc5c2b9fe75b65e3847d5c9bb93
parent2eec2c04352512baea06d7c76939bee58dbc25ad
if_iwm - The iwm_prepare_card_hw() in iwm_attach() is only needed on 8K hw.

* Doing the iwm_prepare_card_hw() call in iwm_attach() only on Family 8000
hardware matches the code in Linux iwlwifi.

* While there remove DEFAULT_MAX_TX_POWER definition which is unused, and
has a value different from IWL_DEFAULT_MAX_TX_POWER in iwlwifi.

Submitted by: Augustin Cavalier <waddlesplash@gmail.com> (Haiku)
Obtained from: DragonFlyBSD (e8560f8dc58df12a7c79a6bb4e6ccb156e001085)
sys/dev/iwm/if_iwm.c