[iwm] Set correct state in smart-fifo configuration.
Obtained from: dragonflybsd.git 666737f64b4f6dd42ffd9f0ace9fc46ccc1ebaab
This commit is contained in:
parent
e470115fc5
commit
eecff6a7e0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user