diff options
| author | Brian Feldman <green@FreeBSD.org> | 2003-11-04 22:36:48 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2003-11-04 22:36:48 +0000 |
| commit | 8b42c606456e4dae896a806e33d2f96932247afe (patch) | |
| tree | 98030cbc28102ee9fc25841cf5d6b62d9922f524 | |
| parent | e24e36cbe28a51f02b2783475ef00f2694acae03 (diff) | |
Notes
| -rw-r--r-- | sys/dev/wi/if_wi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 5c5c71687f89..e4076ff5de1e 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -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: |
