diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/debug.c')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/debug.c b/drivers/net/wireless/ath/carl9170/debug.c index 0ac1124c2a0b..de57f90e1d5f 100644 --- a/drivers/net/wireless/ath/carl9170/debug.c +++ b/drivers/net/wireless/ath/carl9170/debug.c | |||
@@ -695,7 +695,7 @@ static char *carl9170_debugfs_bug_read(struct ar9170 *ar, char *buf, | |||
695 | } | 695 | } |
696 | __DEBUGFS_DECLARE_RW_FILE(bug, 400, CARL9170_STOPPED); | 696 | __DEBUGFS_DECLARE_RW_FILE(bug, 400, CARL9170_STOPPED); |
697 | 697 | ||
698 | static const char *erp_modes[] = { | 698 | static const char *const erp_modes[] = { |
699 | [CARL9170_ERP_INVALID] = "INVALID", | 699 | [CARL9170_ERP_INVALID] = "INVALID", |
700 | [CARL9170_ERP_AUTO] = "Automatic", | 700 | [CARL9170_ERP_AUTO] = "Automatic", |
701 | [CARL9170_ERP_MAC80211] = "Set by MAC80211", | 701 | [CARL9170_ERP_MAC80211] = "Set by MAC80211", |