mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-07 16:56:44 +07:00
mwl8k: bump firmware API to 3
New firmware is required to support a) Add support for additional ampdu streams b) Handle corresponding watchdog events to destroy ampdu streams Bumping firmware API version by one. Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
c27a54d3f1
commit
c2f2e2029b
@ -5321,7 +5321,7 @@ enum {
|
||||
MWL8366,
|
||||
};
|
||||
|
||||
#define MWL8K_8366_AP_FW_API 2
|
||||
#define MWL8K_8366_AP_FW_API 3
|
||||
#define _MWL8K_8366_AP_FW(api) "mwl8k/fmimage_8366_ap-" #api ".fw"
|
||||
#define MWL8K_8366_AP_FW(api) _MWL8K_8366_AP_FW(api)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user