qcacmn: Consolidate multiple MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE
Consolidate multiple (redundant) MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE CDP_MAC_ADDR_LEN OL_TXRX_MAC_ADDR_LEN DP_MAC_ADDR_LEN HTT_MAC_ADDR_LEN IEEE80211_ADDR_LEN DEFRAG_IEEE80211_ADDR_LEN ETHER_ADDR_LEN HAL_MAC_ADDR_LEN WLAN_MACADDR_LEN CRs-Fixed: 2406591 Change-Id: I4a87f8ff556920c7b341bdbba99ec43c97b873f4
This commit is contained in:

committed by
nshrivas

vanhempi
fdea3c7af7
commit
2751b6d2b3
@@ -144,8 +144,6 @@
|
||||
#define HAL_RX_GET_MSDU_AGGREGATION(rx_desc, rs)
|
||||
#endif
|
||||
|
||||
#define HAL_MAC_ADDR_LEN 6
|
||||
|
||||
enum {
|
||||
DP_PPDU_STATUS_START,
|
||||
DP_PPDU_STATUS_DONE,
|
||||
@@ -415,7 +413,7 @@ struct hal_rx_nac_info {
|
||||
uint8_t fc_valid;
|
||||
uint8_t to_ds_flag;
|
||||
uint8_t mac_addr2_valid;
|
||||
uint8_t mac_addr2[HAL_MAC_ADDR_LEN];
|
||||
uint8_t mac_addr2[QDF_MAC_ADDR_SIZE];
|
||||
};
|
||||
|
||||
struct hal_rx_ppdu_info {
|
||||
|
Viittaa uudesa ongelmassa
Block a user