mwifiex/mxm_wifiex/wlan_src
Sherry Sun b400ebe7fe mxm_wifiex: fix mlanutl fail on L5.15
When use mlanutl on L5.15, will meet below error logs:
root@imx8mqevk:/usr/share/nxp_wireless# ./mlanutl mlan0 hssetpara 2 0xff 0xc8 3 400
mlanutl: Operation not supported
mlanutl: hssetpara fail

This is due to the net common api change the ndo_do_ioctl behavior, it
splits out all the users of SIOCDEVPRIVATE ioctls into a separate
ndo_siocdevprivate callback. All the ioctl functions through
SIOCDEVPRIVATE in mlanutl.c will fail if not follow this upstream api
change. So here change to use new ndo_siocdevprivate instead of
ndo_do_ioctl on L5.15.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Approved-by: Tian Yang <yang.tian@nxp.com>
2021-09-23 09:31:05 +08:00
..
mapp mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
mlan mxm_wifiex: update to mxm5x17266.p4 release 2021-09-02 19:12:09 +08:00
mlinux mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
script mxm_wifiex: mapp: update to mxm5x16215 release 2020-12-05 16:28:29 +08:00
gpl-2.0.txt mxm_wifiex: add nxp mxm_wifiex sdk 2020-04-20 00:54:27 +08:00
Makefile mxm_wifiex: update to mxm5x17266.p3 release 2021-09-02 19:12:09 +08:00
README_MLAN mxm_wifiex: update to mxm5x17266.p2 release 2021-09-02 19:12:09 +08:00