Files
android_kernel_samsung_sm86…/qdf/inc
Nisha Menon 7e8f67cfca qcacmn: Update Wifi netdevs for IPA exception path NAPI
Starting Kernel 4.19 IPA LAN RX supports NAPI polling
mechanism. Netdevs that hook into IPA need to call
netif_receive_skb() or similar to deliver the packet
to network stack instead of using netif_rx_ni().

IPA driver exports ipa_get_lan_rx_napi(void) API for
this purpose. If this API call returns true use
netif_receive_skb() or fallback on legacy api.

Add the changes under a feature flag IPA_LAN_RX_NAPI_SUPPORT
which is enabled under a linux kernel version check for 4.19
and above.

Change-Id: I449404e86e934fd6113cb71e494575e67602f678
CRs-Fixed: 2588500
2020-01-20 14:02:13 -08:00
..
2018-07-11 18:45:56 -07:00
2019-03-28 13:13:36 -07:00
2018-06-20 04:05:54 -07:00
2018-05-18 02:17:38 -07:00
2020-01-15 04:44:03 -08:00
2018-05-18 02:17:38 -07:00
2019-03-26 02:51:09 -07:00
2018-12-13 16:46:04 -08:00
2019-04-02 15:16:18 -07:00