Skip to content
Snippets Groups Projects
Commit 07293788 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

mac80211: make it work with 3.18.12+


3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait:
Provide infrastructure to deal with nested blocking") from 3.19, causing
the following error on load:

[   13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel)

Fix this by guarding it with a check for 3.18.11 or earlier instead of
3.19.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 45710
parent 4bb7b218
No related branches found
No related tags found
Loading
Showing
with 71 additions and 42 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment