openwrtv4/package
Rafał Miłecki ffa80bf5a7 mac80211: add iw command wrapper with error logging
Currently it's close to impossible to tell what part of mac80211 setup
went wrong. Errors logged into system log look like this:
radio0 (6155): command failed: No error information (-524)
radio0 (6155): command failed: Not supported (-95)
radio0 (6155): command failed: I/O error (-5)
radio0 (6155): command failed: Too many open files in system (-23)

With this commit change it's getting clear:
command failed: No error information (-524)
Failed command: iw dev wlan0 del
command failed: Not supported (-95)
Failed command: iw phy phy0 set antenna_gain 0
command failed: I/O error (-5)
Failed command: iw phy phy0 set distance 0
command failed: Too many open files in system (-23)
Failed command: iw phy phy0 interface add wlan0 type __ap

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-09-10 09:03:09 +02:00
..
base-files base-files: provide more tolerant xterm detection 2018-08-29 08:33:54 +02:00
boot uboot-zynq: use a file to modify the default environment 2018-09-10 08:54:41 +02:00
devel gdb: bump to 8.2 2018-09-07 17:21:24 +02:00
firmware linux-firmware: realtek: Add FW for rtl8192eu, rtl8723au and rtl8723bu 2018-08-27 18:13:33 +02:00
kernel mac80211: add iw command wrapper with error logging 2018-09-10 09:03:09 +02:00
libs nghttp2: bump to 1.33.0 2018-09-03 10:46:20 +02:00
network hostapd: Fix compile with OpenSSL 1.1.0 + no deprecated APIs 2018-09-10 09:01:37 +02:00
system rpcd: update to latest git HEAD 2018-08-16 09:43:11 +02:00
utils ugps: Update to fix position calculation 2018-08-29 08:31:10 +02:00
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00