modules/services/networking/wpa_supplicant.nix: document that interface auto-detection doesn't work on Linux 3.4.x

This commit is contained in:
Peter Simons 2012-06-29 11:52:58 +02:00
parent 76c74cd7c7
commit 61b8ee9029

View file

@ -44,7 +44,9 @@ in
example = [ "wlan0" "wlan1" ];
description = ''
The interfaces <command>wpa_supplicant</command> will use. If empty, it will
automatically use all wireless interfaces.
automatically use all wireless interfaces. (Note that auto-detection is currently
broken on Linux 3.4.x kernels. See http://github.com/NixOS/nixos/issues/10 for
further details.)
'';
};