Commit 33af8813 authored by John W. Linville's avatar John W. Linville

ath9k: correct MODULE_PARM_DESC parameters for force_new_ani

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 18cb6e32
......@@ -22,7 +22,7 @@
int modparam_force_new_ani;
module_param_named(force_new_ani, modparam_force_new_ani, int, 0444);
MODULE_PARM_DESC(nohwcrypt, "Force new ANI for AR5008, AR9001, AR9002");
MODULE_PARM_DESC(force_new_ani, "Force new ANI for AR5008, AR9001, AR9002");
/* General hardware code for the A5008/AR9001/AR9002 hadware families */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment