ath9k: Use static const
authorJoe Perches <joe@perches.com>
Fri, 21 Feb 2014 22:46:43 +0000 (14:46 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Feb 2014 20:38:38 +0000 (15:38 -0500)
commit2120ac96744f9517f19241b7c0adb796eeb53eb6
tree4a8c591d4b8a0064d659d4e7f7a5bf147c0353a2
parent443626e5a956d0c740034e53cf4164c2c1069cd4
ath9k: Use static const

Trivially reduces text size too.

$ size drivers/net/wireless/ath/ath9k/debug.o*
   text    data     bss     dec     hex filename
  34436    2528    5128   42092    a46c drivers/net/wireless/ath/ath9k/debug.o.new
  34464    2528    5128   42120    a488 drivers/net/wireless/ath/ath9k/debug.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c