aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mwlwifi/patches/001-remove-vfs_write.patch
Commit message (Collapse)AuthorAgeFilesLines
* mwlwifi: Updated to upstream stable releaseGabe Rodriguez2018-03-171-92/+0
| | | | | | | | | | | mwlwifi was updated to a new stable. Included in this stable release are the followin benefits: - Fixed compiling for kernel 4.14 - Fixed crash on 88W8864 binary Compiled and tested on: WRT3200ACM and WRT1900AC Signed-off-by: Gabe Rodriguez <lifehacksback@gmail.com>
* mwlwifi: Update to version 10.3.4.0-20180226Kabuli Chana2018-03-021-3/+55
| | | | | | move to latest version, address vfs_write issue Signed-off-by: Kabuli Chana <newtownBuild@gmail.com>
* mwlwifi: downgrade to version 10.3.4.0-20180118Hauke Mehrtens2018-02-131-55/+3
| | | | | | | Some people reported problems with the current development version, so go back to the latests more or less release. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mwlwifi: fix compile problem with kernel 4.14Hauke Mehrtens2018-02-131-0/+92
vfs_write() is not exported on kernel 4.14 any more and kernel_write() should be used instead. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>