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:
committed by
John W. Linville
parent
69aa167583
commit
2004dabaac
@@ -41,6 +41,8 @@ static const char * const cw1200_debug_link_id[] = {
|
|||||||
"REQ",
|
"REQ",
|
||||||
"SOFT",
|
"SOFT",
|
||||||
"HARD",
|
"HARD",
|
||||||
|
"RESET",
|
||||||
|
"RESET_REMAP",
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *cw1200_debug_mode(int mode)
|
static const char *cw1200_debug_mode(int mode)
|
||||||
|
Reference in New Issue
Block a user