qcacld-3.0: Rename struct hdd_tx_rx_stats_s

The Linux Coding Style eschews the encoding of type information into
names, so rename struct hdd_tx_rx_stats_s to align with that guidance.

Change-Id: Idb6f8a6a2aa7704dedefdb78689c966babab8c42
CRs-Fixed: 2092737
This commit is contained in:
Jeff Johnson
2017-08-14 12:47:15 -07:00
committed by snandini
parent e962b1972a
commit 745880cfba

View File

@@ -380,7 +380,7 @@ struct hdd_tx_rx_histogram {
uint64_t qtime;
};
typedef struct hdd_tx_rx_stats_s {
typedef struct hdd_tx_rx_stats {
/* start_xmit stats */
__u32 txXmitCalled;
__u32 txXmitDropped;