mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Despite making the card not lock up, thae workaround from 1.153 didn't
actually make hostap mode work again. Back it out while I try to find a solution.
This commit is contained in:
parent
e24e36cbe2
commit
8b42c60645
1 changed files with 0 additions and 3 deletions
|
|
@ -655,9 +655,6 @@ wi_init(void *arg)
|
|||
wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_ADHOC);
|
||||
break;
|
||||
case IEEE80211_M_HOSTAP:
|
||||
/* The card can lock up if we don't toggle it first. */
|
||||
wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
|
||||
wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
|
||||
wi_write_val(sc, WI_RID_PORTTYPE, WI_PORTTYPE_HOSTAP);
|
||||
break;
|
||||
case IEEE80211_M_MONITOR:
|
||||
|
|
|
|||
Loading…
Reference in a new issue