diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-07-07 22:47:09 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-07-07 22:47:09 +0000 |
commit | 832c4abf6f856d5ad03a9228db1db6d9e659df6c (patch) | |
tree | a9e6f1e6aff595e811331cf9c50b2a44d8987cba /sys/dev/usb/if_atureg.h | |
parent | 6fb2eddb8f3f64886c1e5af28d9ce141f683c154 (diff) |
extend what jcs did a bit further by removing atus storage for the ssid.
now there is no confusion since it is only provided by net80211.
Diffstat (limited to 'sys/dev/usb/if_atureg.h')
-rw-r--r-- | sys/dev/usb/if_atureg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index a0eafb3fa07..d94d5f7a832 100644 --- a/sys/dev/usb/if_atureg.h +++ b/sys/dev/usb/if_atureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atureg.h,v 1.24 2005/05/23 20:09:31 jsg Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.25 2005/07/07 22:47:08 dlg Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -198,8 +198,6 @@ struct atu_softc { enum atu_radio_type atu_radio; u_int16_t atu_quirk; - u_int8_t atu_ssid[MAX_SSID_LEN]; - u_int8_t atu_ssidlen; u_int8_t atu_channel; u_int16_t atu_desired_channel; u_int8_t atu_mode; |