mac80211: fix build on UML
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Jun 2015 00:43:03 +0000 (00:43 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Jun 2015 00:43:03 +0000 (00:43 +0000)
commit99061c651be362fad11343ad61db70d859f39015
treed996117555741cef66d4b4f29eabfe61c816287f
parentecefa6e888380316e66e9d69da52ac41574d64ee
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46133 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/Makefile
package/kernel/mac80211/patches/010-fix-uml-build.patch [new file with mode: 0644]