mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 10:36:42 +07:00
cw1200: Fix cw1200_debug_link_id
This array is used in debug string to display cw1200_link_status defined in drivers/net/wireless/cw1200/cw1200.h. Add missing strings for CW1200_LINK_RESET and CW1200_LINK_RESET_REMAP. Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
69aa167583
commit
2004dabaac
@ -41,6 +41,8 @@ static const char * const cw1200_debug_link_id[] = {
|
||||
"REQ",
|
||||
"SOFT",
|
||||
"HARD",
|
||||
"RESET",
|
||||
"RESET_REMAP",
|
||||
};
|
||||
|
||||
static const char *cw1200_debug_mode(int mode)
|
||||
|
Loading…
Reference in New Issue
Block a user