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:
Brian Feldman 2003-11-04 22:36:48 +00:00
parent e24e36cbe2
commit 8b42c60645

View file

@ -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: