qcacmn: Added a member in qca_napi_info structure

To derive hif_ctx from napi pointer. This changes helps enable napi support
for WIN driver.

Change-Id: Idcb0775195665d60d4b1a9a010afcfab256d839f
Acked-by: Balamurugan Mahalingam <bmahalin@codeaurora.org>
Esse commit está contido em:
Venkateswara Swamy Bandaru
2016-08-23 15:38:10 +05:30
commit de qcabuildsw
commit 1633436e74
2 arquivos alterados com 3 adições e 3 exclusões

Ver arquivo

@@ -126,6 +126,7 @@ struct qca_napi_stat {
*/
struct qca_napi_info {
struct net_device netdev; /* dummy net_dev */
void *hif_ctx;
struct napi_struct napi; /* one NAPI Instance per CE in phase I */
uint8_t scale; /* currently same on all instances */
uint8_t id;