mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
staging: ks7010: Remove trailing _t from 'struct scan_ext_t'.
The "_t" suffix is not needed for structure names in this driver, and is a reflection of an older typedef system that is no longer in place. Replace all occurences of 'struct scan_ext_t' with 'struct scan_ext'. 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
cdc2138189
commit
eafb5e2928
@@ -292,7 +292,7 @@ struct sleep_status {
|
||||
};
|
||||
|
||||
/* WPA */
|
||||
struct scan_ext_t {
|
||||
struct scan_ext {
|
||||
unsigned int flag;
|
||||
char ssid[IW_ESSID_MAX_SIZE + 1];
|
||||
};
|
||||
@@ -374,7 +374,7 @@ struct wpa_status_t {
|
||||
int auth_alg;
|
||||
int txkey;
|
||||
struct wpa_key_t key[WPA_KEY_INDEX_MAX];
|
||||
struct scan_ext_t scan_ext;
|
||||
struct scan_ext scan_ext;
|
||||
struct mic_failure_t mic_failure;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user