]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Staging: rtl8723bs: fix names in rtw_ht.h
authorMarco Cesati <marcocesati@gmail.com>
Wed, 17 Mar 2021 22:20:55 +0000 (23:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Mar 2021 09:16:45 +0000 (10:16 +0100)
This commit converts names of structs / enums
in include/rtw_ht.h from ALL_CAPS format to lowercase

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-9-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_ht.h

index bce5bff3b844227eca3b349662117268fb9d27e8..fb321d20d276bb444b95c5dc853d1afd786c9d58 100644 (file)
@@ -37,7 +37,7 @@ struct ht_priv {
 
 };
 
-enum AGGRE_SIZE_E {
+enum aggre_size_e {
        HT_AGG_SIZE_8K = 0,
        HT_AGG_SIZE_16K = 1,
        HT_AGG_SIZE_32K = 2,
@@ -48,7 +48,7 @@ enum AGGRE_SIZE_E {
        VHT_AGG_SIZE_1024K = 7,
 };
 
-enum RT_HT_INF0_CAPBILITY {
+enum rt_ht_inf0_capbility {
        RT_HT_CAP_USE_TURBO_AGGR = 0x01,
        RT_HT_CAP_USE_LONG_PREAMBLE = 0x02,
        RT_HT_CAP_USE_AMPDU = 0x04,
@@ -59,7 +59,7 @@ enum RT_HT_INF0_CAPBILITY {
        RT_HT_CAP_USE_AP_CLIENT_MODE = 0x80,    /*  AP team request to reserve this bit, by Emily */
 };
 
-enum RT_HT_INF1_CAPBILITY {
+enum rt_ht_inf1_capbility {
        RT_HT_CAP_USE_VIDEO_CLIENT = 0x01,
        RT_HT_CAP_USE_JAGUAR_BCUT = 0x02,
        RT_HT_CAP_USE_JAGUAR_CCUT = 0x04,