diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 08:55:46 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 08:55:46 +0000 |
| commit | 994d867cf7281c903ae9eba3408270d1145d5fc0 (patch) | |
| tree | b01ad0826e577b4f4452dbcce5ce4b04f9d9c238 /sys/dev/an | |
| parent | c11807aca250a4b9eeba054e51641e31105ca1b2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 825c9afe4ae0..ae9fc0900003 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -2686,8 +2686,10 @@ an_init(void *xsc) } } +#ifdef ANCACHE if (sc->an_have_rssimap) sc->an_config.an_rxmode |= AN_RXMODE_NORMALIZED_RSSI; +#endif /* Set the ssid list */ sc->an_ssidlist.an_type = AN_RID_SSIDLIST; |
