summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/004-backports-add-led_trigger_blink-_oneshot.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: update to wireless-testing 2014-03-31Felix Fietkau2014-04-061-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40393
* mac80211: add led_trigger_blink{_oneshot}()Hauke Mehrtens2014-02-081-0/+40
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> SVN-Revision: 39530