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)
commit0aa351196ae3c5262b38a61dab6d1672b4070a2f
tree946a5ac73375408f56258e61d74e506e75d13ad2
parent2b1964181c9182bf57981d5ab7c9f04752f30417
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]