mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 14:09:38 -04:00
staging: ks7010: Remove unused 'struct hostif_bss_scan_confirm_t'.
'struct hostif_bss_scan_confirm_t' is not used in this driver. Remove 'struct hostif_bss_scan_confirm_t'. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
81ac43bf39
commit
623ce59ff0
@@ -411,12 +411,6 @@ struct hostif_bss_scan_request {
|
||||
struct ssid ssid;
|
||||
} __packed;
|
||||
|
||||
struct hostif_bss_scan_confirm_t {
|
||||
struct hostif_hdr header;
|
||||
__le16 result_code;
|
||||
__le16 reserved;
|
||||
} __packed;
|
||||
|
||||
struct hostif_phy_information_request_t {
|
||||
struct hostif_hdr header;
|
||||
__le16 type;
|
||||
|
||||
Reference in New Issue
Block a user