You need to sign in or sign up before continuing.
提交 7291307b 编写于 作者: Q Quytelda Kahja 提交者: Greg Kroah-Hartman

staging: ks7010: Remove trailing _t from 'struct cf_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 cf_parms_t' with 'struct cf_parms'.
Signed-off-by: NQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 84d95063
...@@ -226,7 +226,7 @@ struct ds_parms { ...@@ -226,7 +226,7 @@ struct ds_parms {
u8 channel; u8 channel;
} __packed; } __packed;
struct cf_parms_t { struct cf_parms {
u8 count; u8 count;
u8 period; u8 period;
__le16 max_duration; __le16 max_duration;
...@@ -279,7 +279,7 @@ struct link_ap_info_t { ...@@ -279,7 +279,7 @@ struct link_ap_info_t {
struct rate_set8 rate_set; /* +14 */ struct rate_set8 rate_set; /* +14 */
struct fh_parms fh_parameter; /* +24 */ struct fh_parms fh_parameter; /* +24 */
struct ds_parms ds_parameter; /* +29 */ struct ds_parms ds_parameter; /* +29 */
struct cf_parms_t cf_parameter; /* +30 */ struct cf_parms cf_parameter; /* +30 */
struct ibss_parms_t ibss_parameter; /* +36 */ struct ibss_parms_t ibss_parameter; /* +36 */
struct erp_params_t erp_parameter; /* +38 */ struct erp_params_t erp_parameter; /* +38 */
u8 pad1; /* +39 */ u8 pad1; /* +39 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册