diff options
| author | Assar Westerlund <assar@FreeBSD.org> | 2001-03-12 06:13:39 +0000 |
|---|---|---|
| committer | Assar Westerlund <assar@FreeBSD.org> | 2001-03-12 06:13:39 +0000 |
| commit | e4b3e35ff0db13f06b347f6eb0f62783990b30b7 (patch) | |
| tree | b0f51b56391a41679711a59145b257a6e95e8111 /sys/dev | |
| parent | 00a350c4b88bdafc5b114a6839131f0038d894c6 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 9fd258a48ced..6992957dbe24 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -375,7 +375,7 @@ int an_attach(sc, unit, flags) sc->an_ssidlist.an_ssid1_len = strlen(AN_DEFAULT_NETNAME); sc->an_config.an_opmode = - AN_OPMODE_IBSS_ADHOC; + AN_OPMODE_INFRASTRUCTURE_STATION; sc->an_tx_rate = 0; bzero((char *)&sc->an_stats, sizeof(sc->an_stats)); |
