mac80211: add patch for mwifiex to fix cryptic errors/warnings
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 28 Jun 2022 11:42:26 +0000 (13:42 +0200)
committerChristian 'Ansuel' Marangi <ansuelsmth@gmail.com>
Wed, 29 Jun 2022 18:09:05 +0000 (20:09 +0200)
commit7f1ac858e3e8ac2c57e631274cb7bf1c6ade8f71
tree0fa3de3191b0fa2a8aaca25724b3a7003838ea1e
parentf8376ffbc18c36c16a2df4d947342b11bbce3306
mac80211: add patch for mwifiex to fix cryptic errors/warnings

In Turris MOX SDIO card [1], which uses Marvell 88W997 and its driver
mwifiex, you might get cryptic messages, which are not helpful to use.
@pali created patch, which improves messages by the driver and he will
send this to Linux kernel soon.

Before:
[   81.026156] mwifiex_sdio mmc1:0001:1: CMD_RESP: cmd 0x20 error, result=0x1

After:
[   15.784018] mwifiex_sdio mmc1:0001:1: CMD_RESP: cmd RF_ANTENNA (0x20) error, result=0x1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
package/kernel/mac80211/patches/mwl/950-mwifiex-Print-stringified-name-of-command-in-error-l.patch [new file with mode: 0644]