diff options
Diffstat (limited to 'drivers/net/wireless/libertas/hostcmd.h')
-rw-r--r-- | drivers/net/wireless/libertas/hostcmd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/hostcmd.h b/drivers/net/wireless/libertas/hostcmd.h index f4a265daff2..614db6c7457 100644 --- a/drivers/net/wireless/libertas/hostcmd.h +++ b/drivers/net/wireless/libertas/hostcmd.h | |||
@@ -151,6 +151,13 @@ struct cmd_ds_802_11_reset { | |||
151 | struct cmd_ds_802_11_subscribe_event { | 151 | struct cmd_ds_802_11_subscribe_event { |
152 | __le16 action; | 152 | __le16 action; |
153 | __le16 events; | 153 | __le16 events; |
154 | |||
155 | /* A TLV to the CMD_802_11_SUBSCRIBE_EVENT command can contain a | ||
156 | * number of TLVs. From the v5.1 manual, those TLVs would add up to | ||
157 | * 40 bytes. However, future firmware might add additional TLVs, so I | ||
158 | * bump this up a bit. | ||
159 | */ | ||
160 | u8 tlv[128]; | ||
154 | }; | 161 | }; |
155 | 162 | ||
156 | /* | 163 | /* |