qcacld-3.0: Consolidate DS mode definitions
The file cds_ieee80211_common.h contains a large number of macros that are used to describe most fields in IEEE 802.11 frames. Despite that, currently WMA has an enum ds_mode to represent the Distribution System Mode settings. In order to avoid unnecessary duplicate definitions remove enum ds_mode and instead use the cds_ieee80211_common macros. Change-Id: I0dc722009e063a1eac0da4afbe77f96772c583b2 CRs-Fixed: 2365060
This commit is contained in:
@@ -152,20 +152,6 @@
|
||||
#define WMA_BEACON_TX_RATE_48_M 480
|
||||
#define WMA_BEACON_TX_RATE_54_M 540
|
||||
|
||||
/**
|
||||
* ds_mode: distribution system mode
|
||||
* @IEEE80211_NO_DS: NO DS at either side
|
||||
* @IEEE80211_TO_DS: DS at receiver side
|
||||
* @IEEE80211_FROM_DS: DS at sender side
|
||||
* @IEEE80211_DS_TO_DS: DS at both sender and revceiver side
|
||||
*/
|
||||
enum ds_mode {
|
||||
IEEE80211_NO_DS,
|
||||
IEEE80211_TO_DS,
|
||||
IEEE80211_FROM_DS,
|
||||
IEEE80211_DS_TO_DS
|
||||
};
|
||||
|
||||
/* Roaming default values
|
||||
* All time and period values are in milliseconds.
|
||||
* All rssi values are in dB except for WMA_NOISE_FLOOR_DBM_DEFAULT.
|
||||
|
Reference in New Issue
Block a user