|
@@ -185,6 +185,7 @@ static inline void rt2x00rfkill_resume(struct rt2x00_dev *rt2x00dev)
|
|
|
*/
|
|
|
#ifdef CONFIG_RT2X00_LIB_LEDS
|
|
|
void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev, int rssi);
|
|
|
+void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev, bool enabled);
|
|
|
void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev, bool enabled);
|
|
|
void rt2x00leds_led_radio(struct rt2x00_dev *rt2x00dev, bool enabled);
|
|
|
void rt2x00leds_register(struct rt2x00_dev *rt2x00dev);
|
|
@@ -197,6 +198,11 @@ static inline void rt2x00leds_led_quality(struct rt2x00_dev *rt2x00dev,
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+static inline void rt2x00led_led_activity(struct rt2x00_dev *rt2x00dev,
|
|
|
+ bool enabled)
|
|
|
+{
|
|
|
+}
|
|
|
+
|
|
|
static inline void rt2x00leds_led_assoc(struct rt2x00_dev *rt2x00dev,
|
|
|
bool enabled)
|
|
|
{
|