summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Cesati <marcocesati@gmail.com>2021-03-18 01:21:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-18 12:16:47 +0300
commit9dc654dc83461d5642c7fc10d7c3d97e0d6a7347 (patch)
treec1ecc5ed7d83b8bab3a6c664f6cf4ea6e1c37e8a
parent2330ebbab9beb3388163aed0bd861fd94a6c0e86 (diff)
downloadlinux-9dc654dc83461d5642c7fc10d7c3d97e0d6a7347.tar.xz
Staging: rtl8723bs: fix names in sta_info.h
This commit converts names of structs / enums in include/sta_info.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-26-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/include/sta_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/include/sta_info.h b/drivers/staging/rtl8723bs/include/sta_info.h
index 33e6e00c126d..abde3e3df988 100644
--- a/drivers/staging/rtl8723bs/include/sta_info.h
+++ b/drivers/staging/rtl8723bs/include/sta_info.h
@@ -31,7 +31,7 @@ struct wlan_acl_pool {
struct __queue acl_node_q;
};
-struct RSSI_STA {
+struct rssi_sta {
s32 UndecoratedSmoothedPWDB;
s32 UndecoratedSmoothedCCK;
s32 UndecoratedSmoothedOFDM;
@@ -186,7 +186,7 @@ struct sta_info {
u32 assoc_req_len;
/* for DM */
- struct RSSI_STA rssi_stat;
+ struct rssi_sta rssi_stat;
/* ODM_STA_INFO_T */
/* ================ODM Relative Info ======================= */