mac80211: fix build on UML
authorNicolas Thill <nico@openwrt.org>
Fri, 26 Jun 2015 00:43:03 +0000 (00:43 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 26 Jun 2015 00:43:03 +0000 (00:43 +0000)
commitcfd0fbc5dc673500a0f0d419aa7f8f6447e1ad78
treed996117555741cef66d4b4f29eabfe61c816287f
parent178aa0cc10522c7123185bd557af8b646b2a453a
mac80211: fix build on UML

A duplicate include guard prevents inclusion of barrier.h in UML build and this prevents mac80211 from building.

This patch re-enables mac80211 hwsim and renames the include guard.

See https://lists.openwrt.org/pipermail/openwrt-devel/2015-June/033614.html for details.

Signed-off-by: Martin Tippmann <martin.tippmann@gmail.com>
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 46133
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/010-fix-uml-build.patch [new file with mode: 0644]