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 ibss_parms_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 ibss_parms_t' with 'struct ibss_parms'. 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
7291307bd9
commit
b55872149b
@@ -233,7 +233,7 @@ struct cf_parms {
|
||||
__le16 dur_remaining;
|
||||
} __packed;
|
||||
|
||||
struct ibss_parms_t {
|
||||
struct ibss_parms {
|
||||
__le16 atim_window;
|
||||
} __packed;
|
||||
|
||||
@@ -280,7 +280,7 @@ struct link_ap_info_t {
|
||||
struct fh_parms fh_parameter; /* +24 */
|
||||
struct ds_parms ds_parameter; /* +29 */
|
||||
struct cf_parms cf_parameter; /* +30 */
|
||||
struct ibss_parms_t ibss_parameter; /* +36 */
|
||||
struct ibss_parms ibss_parameter; /* +36 */
|
||||
struct erp_params_t erp_parameter; /* +38 */
|
||||
u8 pad1; /* +39 */
|
||||
struct rate_set8 ext_rate_set; /* +40 */
|
||||
|
||||
Reference in New Issue
Block a user