Hi, I work with mac80211 package, and for my work I need to include * build_dir/linux-ar71xx_generic/compat-wireless-2011-10-05/net/wireless/nl80211.h * into * build_dir/linux-ar71xx_generic/compat-wireless-2011-10-05/net/mac80211/status.c *I wonder if I can include it like: #include "nl80211.h" or #include "wireless/nl80211.h"
I tried "nl80211.h" , "wireless/nl80211.h" and <wireless/nl80211.h> but I got error that No such directory. I noticed that #include "nl80211.h" includes different file than #include <linux/nl80211.h> I need to include the first file. Any help, please? Thanks
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
