qcacld-3.0: Fix compilation error caused due to typo
Used "defines()" instead of "defined()", which causes compilation error when corresponding compilation is enabled. Fix the same by correcting it to "defined()". Change-Id: Ifd43bc06c6ddf72bacd3b1fbbf2186d233a03a6c CRs-Fixed: 3625040
This commit is contained in:

committed by
Rahul Choudhary

parent
95c99f5be8
commit
5c47d971df
@@ -8001,7 +8001,7 @@ static void wma_set_wifi_start_packet_stats(void *wma_handle,
|
||||
ATH_PKTLOG_TEXT | ATH_PKTLOG_SW_EVENT;
|
||||
#elif defined(QCA_WIFI_QCA6390) || defined(QCA_WIFI_QCA6490) || \
|
||||
defined(QCA_WIFI_QCA6750) || defined(QCA_WIFI_KIWI) || \
|
||||
defines(QCA_WIFI_WCN6450)
|
||||
defined(QCA_WIFI_WCN6450)
|
||||
log_state = ATH_PKTLOG_RCFIND | ATH_PKTLOG_RCUPDATE |
|
||||
ATH_PKTLOG_TX | ATH_PKTLOG_LITE_T2H |
|
||||
ATH_PKTLOG_SW_EVENT | ATH_PKTLOG_RX;
|
||||
|
Reference in New Issue
Block a user