Initvals generates bogus comment in 'ar9485_initvals.h' due to a copy&paste error. Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- initvals.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/initvals.c b/initvals.c index caa4aa9..c9235d2 100644 --- a/initvals.c +++ b/initvals.c @@ -649,7 +649,7 @@ print_initvals_family(char *family, bool check) printf("#ifndef INITVALS_9485_H\n"); printf("#define INITVALS_9485_H\n"); printf("\n"); - printf("/* AR9003 2.2 */\n"); + printf("/* AR9485 1.0 */\n"); printf("\n"); } ar9485_hw_print_initvals(check); -- 1.7.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html