From: Ivo van Doorn Date: Sun, 3 Feb 2008 14:53:40 +0000 (+0100) Subject: rt2x00: Make use of MAC80211_LED_TRIGGERS X-Git-Tag: v2.6.26-rc1~1138^2~530^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9450b70a755abf093600035ef5361c53343fe9a;p=pandora-kernel.git rt2x00: Make use of MAC80211_LED_TRIGGERS Make use of the led triggers provided by mac80211 to control the led status. This can be enabled through a per-driver configuration option which will automatically enable the generic handler in rt2x00lib. This has been enabled for rt2500usb and rt73usb for the moment since the led class will call set_brightness in irq context which will not work correctly with the usb drivers who need to sleep. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed