diff options
| author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-02-08 04:41:17 +0000 |
|---|---|---|
| committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2003-02-08 04:41:17 +0000 |
| commit | b376d47740ff754ec8a741803532b0ccbfb07257 (patch) | |
| tree | 8d455a8cff76918f16b16bc8ed6beb10bbab41e6 /sys/dev/an/if_anreg.h | |
| parent | a282253a29c07ac570798529ce98e2cc6e9bf7de (diff) | |
Notes
Diffstat (limited to 'sys/dev/an/if_anreg.h')
| -rw-r--r-- | sys/dev/an/if_anreg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 165f76028571b..0af45064804e5 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -32,7 +32,7 @@ * $FreeBSD$ */ -#define AN_TIMEOUT 600000 +#define AN_TIMEOUT 65536 /* Default network name: <empty string> */ #define AN_DEFAULT_NETNAME "" @@ -460,8 +460,7 @@ struct an_softc { struct an_ltv_caps an_caps; struct an_ltv_ssidlist an_ssidlist; struct an_ltv_aplist an_aplist; - struct an_ltv_key an_temp_keys; - struct an_ltv_key an_perm_keys; + struct an_ltv_key an_temp_keys[4]; int an_tx_rate; int an_rxmode; int an_gone; |
