qcacmn: Changes required to build against kiwi v2 hw files
Changes required to build against kiwi v2 hw files. Change-Id: Id2351b9e2d05155bf1e51035c0245ed099762866 CRs-Fixed: 3122905
This commit is contained in:

committed by
Madan Koyyalamudi

parent
76b13083fb
commit
19e8de26f3
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -90,7 +90,11 @@ static inline void hal_rx_dump_fse(struct rx_flow_search_entry *fse, int index)
|
||||
fse->msdu_count,
|
||||
fse->msdu_byte_count,
|
||||
fse->timestamp,
|
||||
#ifdef QCA_WIFI_KIWI_V2
|
||||
fse->cumulative_ip_length_pmac1,
|
||||
#else
|
||||
fse->cumulative_l4_checksum,
|
||||
#endif
|
||||
fse->cumulative_ip_length,
|
||||
fse->tcp_sequence_number);
|
||||
}
|
||||
|
Reference in New Issue
Block a user