Hello, As I wrote in this OpenWrt forum topic: https://forum.openwrt.org/t/what-is-the-purpose-of-200-reduce-size-patch-in-iw-4-14/22267/4, I found out that the 'ocb' commands ('iw dev <interface> ocb join <freq> 10MHz' and 'iw dev <interface> ocb leave), in iw, have been disabled starting from the new OpenWrt version (18.06). The patch '200-reduce_size.patch' is in fact modifying the Makefile for iw-4.14, removing the ocb module from build with the newly introduced lines (probably to save space for low memory devices):
OBJS_DISABLED = ocb offch cqm wowlan coalesce roc p2p ap OBJS:=$(filter-out $(patsubst %,%.o,$(OBJS_DISABLED)),$(OBJS)) I just wanted to suggest the inclusion of an 'iw-full' package for people who need OCB (Outside Context of a BSS) and the other disabled functionalities. Thanks.
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel