mwifiex/mxm_wifiex/wlan_src/mlinux
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
..
mlan.h Fix Copyright header start date 2021-03-01 19:05:02 +08:00
mlan_decl.h mxm_wifiex: update to mxm5x17266.p4 release 2021-09-02 19:12:09 +08:00
mlan_ieee.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
mlan_ioctl.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_cfg80211.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_cfg80211.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_cfg80211_util.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_cfg80211_util.h Fix Copyright header start date 2021-03-01 19:05:02 +08:00
moal_debug.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_eth_ioctl.c mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
moal_eth_ioctl.h mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
moal_init.c mxm_wifiex: update to mxm5x17266.p2 release 2021-09-02 19:12:09 +08:00
moal_ioctl.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_main.c mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
moal_main.h mxm_wifiex: update to mxm5x17266.p2 release 2021-09-02 19:12:09 +08:00
moal_pcie.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_pcie.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_priv.c mxm_wifiex: update to mxm5x17247 release 2021-05-08 14:57:34 +08:00
moal_priv.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_proc.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_sdio.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_sdio_mmc.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_shim.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_shim.h mxm_wifiex: update to mxm5x17247.p5 release 2021-06-02 09:47:10 +08:00
moal_sta_cfg80211.c mwifiex: fix the suspend issue when run suspend test with the 17266 wifi release 2021-07-30 17:45:55 +08:00
moal_sta_cfg80211.h mxm_wifiex: update to mxm5x17241 release 2021-04-22 09:35:23 +08:00
moal_uap.c mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
moal_uap.h mxm_wifiex: fix mlanutl fail on L5.15 2021-09-23 09:31:05 +08:00
moal_uap_cfg80211.c mxm_wifiex: fix P2P test fail on kernel higher than L5.12 2021-08-31 18:53:06 +08:00
moal_uap_cfg80211.h Fix Copyright header start date 2021-03-01 19:05:02 +08:00
moal_uap_priv.c mxm_wifiex: update to mxm5x17241 release 2021-04-22 09:35:23 +08:00
moal_uap_priv.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_uap_wext.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_usb.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_usb.h mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_wext.c mxm_wifiex: update to mxm5x17266 release 2021-07-20 17:05:47 +08:00
moal_wext.h Fix Copyright header start date 2021-03-01 19:05:02 +08:00