[iwm] Set correct state in smart-fifo configuration.

Obtained from:	dragonflybsd.git 666737f64b4f6dd42ffd9f0ace9fc46ccc1ebaab
This commit is contained in:
Adrian Chadd 2017-06-04 21:12:11 +00:00
parent e470115fc5
commit eecff6a7e0

View File

@ -248,7 +248,7 @@ iwm_mvm_sf_config(struct iwm_softc *sc, struct ieee80211_node *ni,
enum iwm_sf_state new_state)
{
struct iwm_sf_cfg_cmd sf_cmd = {
.state = htole32(IWM_SF_FULL_ON),
.state = htole32(new_state),
};
int ret = 0;