mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2024-11-14 19:15:35 +00:00
67cfa05402
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> |
||
---|---|---|
.. | ||
mapp | ||
mlan | ||
mlinux | ||
script | ||
gpl-2.0.txt | ||
Makefile | ||
README_MLAN |