Commit graph

3 commits

Author SHA1 Message Date
Sherry Sun
9b08cf4d64 mxm_wifiex: mapp: update to mxm5x16215(p1/p2) release
changes:
1. Removed unnecessary .conf files from config folder

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2021-03-02 20:12:55 +08:00
Sherry Sun
72fdfec440 mxm_wifiex: Makefile: fix Yocto build error when build mapp before
kernel

When build mapp before the kernel build, Yocto will meet below build
error, since we don't need to build kernel modules in this repo for
L5.4.70, so delete the default modules build here:

Makefile:412: recipe for target 'default' failed
make: *** [default] Error 2

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Reviewed-by: yang.tian <yang.tian@nxp.com>
2021-03-02 14:59:17 +08:00
Fugang Duan
33d9f8e4f3 mxm_wifiex: add nxp mxm_wifiex sdk
Add initial MxM (multi-chip-multi-interface) wifi driver.
The driver target is to support 88w8987/88w8997/88w9098,
currently it only supports 88w8987.

The MxM wifi driver is merged from below repo and applied some
patches for block and build issues.
ssh://git@bitbucket.sw.nxp.com/wcswrel/
rel-nxp-wifi-fp92-bt-fp85-linux-android-mxm4x17169-gpl.git

The sdk only includes application, the driver already is
merged into linux kernel.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2020-04-20 00:54:27 +08:00