diff options
| author | Assar Westerlund <assar@FreeBSD.org> | 2001-03-12 04:49:50 +0000 |
|---|---|---|
| committer | Assar Westerlund <assar@FreeBSD.org> | 2001-03-12 04:49:50 +0000 |
| commit | fd1d7a8a158d05cbc339d91f3e7e5d0f3dfdbffa (patch) | |
| tree | 31fd7e0ce407b32fdb9b44e24438400e97777dac /sys/dev/wi | |
| parent | bb330cd01ef4b0f937221d9c294e4679cb0bf892 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/if_wi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 06fa656a07f8..de2de2a7f483 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -346,7 +346,7 @@ static int wi_pccard_attach(device_t dev) sizeof(WI_DEFAULT_IBSS) - 1); sc->wi_portnum = WI_DEFAULT_PORT; - sc->wi_ptype = WI_PORTTYPE_ADHOC; + sc->wi_ptype = WI_PORTTYPE_BSS; sc->wi_ap_density = WI_DEFAULT_AP_DENSITY; sc->wi_rts_thresh = WI_DEFAULT_RTS_THRESH; sc->wi_tx_rate = WI_DEFAULT_TX_RATE; |
