lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 2 Jan 2009 23:06:58 +0530
From:	"Jaswinder Singh Rajput" <jaswinderlinux@...il.com>
To:	"Ingo Molnar" <mingo@...e.hu>, "x86 maintainers" <x86@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>, ath9k-devel@...ts.ath9k.org
Subject: tip - Solution of ath9k: turn off temporarily (66b5c4a2c638b5a69d3e41abe4a2bae55035a92e)

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ