mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-30 09:51:06 +02:00
d59cf23092
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24411 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
438 B
Diff
19 lines
438 B
Diff
--- a/net/mac80211/ieee80211_i.h
|
|
+++ b/net/mac80211/ieee80211_i.h
|
|
@@ -642,6 +642,7 @@ enum queue_stop_reason {
|
|
IEEE80211_QUEUE_STOP_REASON_SKB_ADD,
|
|
};
|
|
|
|
+#ifdef CONFIG_MAC80211_LEDS
|
|
struct tpt_led_trigger {
|
|
struct led_trigger trig;
|
|
char name[32];
|
|
@@ -652,6 +653,7 @@ struct tpt_led_trigger {
|
|
unsigned long prev_traffic;
|
|
unsigned long tx_bytes, rx_bytes;
|
|
};
|
|
+#endif
|
|
|
|
/**
|
|
* mac80211 scan flags - currently active scan mode
|