Two of the IW_FULL guards in 200-reduce_size.patch were inverted or incomplete: * the "unknown event" handler unconditionally replaced the verbose print with the short form, so IW_FULL builds lost the command name decoding; * the early return before the vendor IE parser used #ifdef IW_FULL, which suppressed parsing in the full build instead of the size-reduced one. Wrap both with the correct #ifndef IW_FULL / #else so the full and reduced builds produce the intended output. Link: https://github.com/openwrt/openwrt/pull/23009 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| base-files | ||
| boot | ||
| devel | ||
| firmware | ||
| kernel | ||
| libs | ||
| network | ||
| system | ||
| utils | ||
| Makefile | ||