diff options
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r-- | drivers/net/wireless/libertas/host.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h index c600f67b2de..3809c0b4946 100644 --- a/drivers/net/wireless/libertas/host.h +++ b/drivers/net/wireless/libertas/host.h | |||
@@ -389,19 +389,6 @@ struct lbs_offset_value { | |||
389 | u32 value; | 389 | u32 value; |
390 | } __attribute__ ((packed)); | 390 | } __attribute__ ((packed)); |
391 | 391 | ||
392 | /* Define general data structure */ | ||
393 | /* cmd_DS_GEN */ | ||
394 | struct cmd_ds_gen { | ||
395 | __le16 command; | ||
396 | __le16 size; | ||
397 | __le16 seqnum; | ||
398 | __le16 result; | ||
399 | void *cmdresp[0]; | ||
400 | } __attribute__ ((packed)); | ||
401 | |||
402 | #define S_DS_GEN sizeof(struct cmd_ds_gen) | ||
403 | |||
404 | |||
405 | /* | 392 | /* |
406 | * Define data structure for CMD_GET_HW_SPEC | 393 | * Define data structure for CMD_GET_HW_SPEC |
407 | * This structure defines the response for the GET_HW_SPEC command | 394 | * This structure defines the response for the GET_HW_SPEC command |