qcacmn: Update frag_header and ipa_header for KIWI family
Size of struct frag_header and struct ipa_header are passed to IPA driver as destination mac address offset. Hence properly update the definitions for KIWI family chipset so that correct offset can be updated to IPA driver. Change-Id: I3efdb8f4a7b4d79cf71fa5f82f3dfd356cb2b970 CRs-Fixed: 3275933
Este commit está contenido en:

cometido por
Madan Koyyalamudi

padre
aec06bc9b7
commit
e2701283b3
@@ -208,7 +208,8 @@ struct wlan_ipa_tx_hdr {
|
||||
*/
|
||||
#if defined(QCA_WIFI_QCA6290) || defined(QCA_WIFI_QCA6390) || \
|
||||
defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_QCA6750) || \
|
||||
defined(QCA_WIFI_WCN7850) || defined(QCA_WIFI_QCN9000)
|
||||
defined(QCA_WIFI_WCN7850) || defined(QCA_WIFI_QCN9000) || \
|
||||
defined(QCA_WIFI_KIWI) || defined(QCA_WIFI_KIWI_V2)
|
||||
struct frag_header {
|
||||
uint8_t reserved[0];
|
||||
};
|
||||
@@ -235,7 +236,8 @@ struct frag_header {
|
||||
|
||||
#if defined(QCA_WIFI_QCA6290) || defined(QCA_WIFI_QCA6390) || \
|
||||
defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_QCA6750) || \
|
||||
defined(QCA_WIFI_WCN7850) || defined(QCA_WIFI_QCN9000)
|
||||
defined(QCA_WIFI_WCN7850) || defined(QCA_WIFI_QCN9000) || \
|
||||
defined(QCA_WIFI_KIWI) || defined(QCA_WIFI_KIWI_V2)
|
||||
struct ipa_header {
|
||||
uint8_t reserved[0];
|
||||
};
|
||||
|
Referencia en una nueva incidencia
Block a user