diff options
author | Dan Williams <dcbw@redhat.com> | 2007-05-28 23:56:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-11 14:28:46 -0400 |
commit | 8cf1dc098fda226a0c3baa27ec737ce041acbb46 (patch) | |
tree | d647e2538a3081825ecf3cd77fea20f0e7142f26 /drivers/net/wireless | |
parent | d8efea254887128d710cc1475505514da004932c (diff) | |
download | blackbird-op-linux-8cf1dc098fda226a0c3baa27ec737ce041acbb46.tar.gz blackbird-op-linux-8cf1dc098fda226a0c3baa27ec737ce041acbb46.zip |
[PATCH] libertas: remove WPA_SUPPLICANT structure
Unused.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index 0a3a89905e2d..3acf93988125 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h @@ -102,11 +102,6 @@ struct IE_WPA { __le16 version; }; -struct WPA_SUPPLICANT { - u8 wpa_ie[256]; - u8 wpa_ie_len; -}; - /* wlan_offset_value */ struct wlan_offset_value { u32 offset; |