tip - Solution of ath9k: turn off temporarily (66b5c4a2c638b5a69d3e41abe4a2bae55035a92e)

From: Jaswinder Singh Rajput
Date: Fri Jan 02 2009 - 12:37:15 EST


Hello Ingo,

If you choose :
CONFIG_RFKILL=m
CONFIG_ATH9K=y

It will give linking error because ATH9K need RFKILL functions.

But if you choose :
CONFIG_RFKILL=y
CONFIG_ATH9K=y

OR

CONFIG_RFKILL=m
CONFIG_ATH9K=m

It is OK.

Thanks,
JSR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/