Use the correct structure size when flipping the BT coex state machine.
This showed up when doing some basic testing on the Intel 6230. Tested: * Intel 6230, STA mode
This commit is contained in:
parent
da8848ffb4
commit
899de76d2d
@ -5372,7 +5372,7 @@ iwn_send_advanced_btcoex(struct iwn_softc *sc)
|
||||
return error;
|
||||
|
||||
/* Force BT state machine change. */
|
||||
memset(&btprot, 0, sizeof btprio);
|
||||
memset(&btprot, 0, sizeof btprot);
|
||||
btprot.open = 1;
|
||||
btprot.type = 1;
|
||||
error = iwn_cmd(sc, IWN_CMD_BT_COEX_PROT, &btprot, sizeof(btprot), 1);
|
||||
|
Loading…
Reference in New Issue
Block a user