Commit b8beba5d authored by Quytelda Kahja's avatar Quytelda Kahja Committed by Greg Kroah-Hartman

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: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d01c771
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment