49e3273400f7116e900c93300ae4f4cffbd45e05

Commit b48b89f9c189 ("net: drop the weight argument from netif_napi_add") was introduced in Linux 6.1. As described by the subject, this removes the weight argument from netif_napi_add(). This was preceded in Linux 5.19 by commit 58caed3dacb4 ("netdev: reshuffle netif_napi_add() APIs to allow dropping weight") which added new APIs to call when a non-default weight wishes to be sent. QDF function __qdf_netif_napi_add() is the abstraction of netif_napi_add(). Update the implementation of this abstraction to call either netif_napi_add() or netif_napi_add_weight() based upon kernel version. Change-Id: I4817614408c6eb2d4741444efc9db3a79a200550 CRs-Fixed: 3364271
This is CNSS WLAN Host Driver for products starting from iHelium
Опис
Мови
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%