Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frederic Danis and committed by
John W. Linville
2004daba 69aa1675

+2
+2
drivers/net/wireless/cw1200/debug.c
··· 41 41 "REQ", 42 42 "SOFT", 43 43 "HARD", 44 + "RESET", 45 + "RESET_REMAP", 44 46 }; 45 47 46 48 static const char *cw1200_debug_mode(int mode)