mac80211: add led_trigger_blink{_oneshot}()
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Feb 2014 12:19:22 +0000 (12:19 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Feb 2014 12:19:22 +0000 (12:19 +0000)
commit0bb512e3d744ddcfd4e8d08bb5ec4a88a0074ede
tree05c91ecdbb4c442bc8687cfa3b90dff6da2d1932
parenta140e08aa7a088ee0ad9bc3a25d8c98e4fe3da4c
mac80211: add led_trigger_blink{_oneshot}()

When led support is deactivated in the kernel and
CPTCFG_BACKPORT_BUILD_LEDS is set mac80211 references
led_trigger_blink_oneshot() but it is not declared anywhere.

This fixes the following build error:
net/mac80211/led.c: In function 'ieee80211_led_rx':
net/mac80211/led.c:25:2: error: implicit declaration of function 'led_trigger_blink_oneshot' [-Werror=implicit-function-declaration]

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39530 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/004-backports-add-led_trigger_blink-_oneshot.patch [new file with mode: 0644]