From: Quytelda Kahja Date: Sat, 31 Mar 2018 06:08:26 +0000 (-0700) Subject: staging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8beba5d5a62c256d376074a6872c4a4821a98e2;p=openwrt%2Fstaging%2Fblogic.git staging: ks7010: Remove unused 'struct hostif_phy_information_confirm_t'. 'struct hostif_phy_information_confirm_t' is not used in this driver. Remove 'struct hostif_phy_information_confirm_t'. Signed-off-by: Quytelda Kahja Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index ebb636341a29..793c645316c3 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -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