[bwn] quieten the "invalid firmware state".
That pops up in the rev 5xx / 6xx microcode on the later cores (4312, 4322.) I'm not sure why this is happening yet and I'll dig into it, but Linux b43 does the same thing.
This commit is contained in:
parent
4afc7f78aa
commit
0550ee2477
@ -3774,8 +3774,11 @@ bwn_mac_enable(struct bwn_mac *mac)
|
||||
state = bwn_shm_read_2(mac, BWN_SHARED,
|
||||
BWN_SHARED_UCODESTAT);
|
||||
if (state != BWN_SHARED_UCODESTAT_SUSPEND &&
|
||||
state != BWN_SHARED_UCODESTAT_SLEEP)
|
||||
device_printf(sc->sc_dev, "warn: firmware state (%d)\n", state);
|
||||
state != BWN_SHARED_UCODESTAT_SLEEP) {
|
||||
DPRINTF(sc, BWN_DEBUG_FW,
|
||||
"%s: warn: firmware state (%d)\n",
|
||||
__func__, state);
|
||||
}
|
||||
|
||||
mac->mac_suspended--;
|
||||
KASSERT(mac->mac_suspended >= 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user