]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 31 Mar 2018 06:08:26 +0000 (23:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:16:49 +0000 (14:16 +0200)
'struct hostif_phy_information_confirm_t' is not used in this driver.
Remove 'struct hostif_phy_information_confirm_t'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h

index ebb636341a29603b5d787e2edd1aaf298e3f70f2..793c645316c3141a0ffa56b6cff22f7b169fc4c1 100644 (file)
@@ -419,18 +419,6 @@ struct hostif_phy_information_request {
        __le16 time;    /* unit 100ms */
 } __packed;
 
-struct hostif_phy_information_confirm_t {
-       struct hostif_hdr header;
-       u8 rssi;
-       u8 sq;
-       u8 noise;
-       u8 link_speed;
-       __le32 tx_frame;
-       __le32 rx_frame;
-       __le32 tx_error;
-       __le32 rx_error;
-} __packed;
-
 enum sleep_mode_type {
        SLP_ACTIVE,
        SLP_SLEEP