You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/kernel
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>
6 years ago
..
acx-mac80211 acx-mac80211: fix build on kernel 4.9 7 years ago
ar7-atm ar7-atm: fix function signatures with expected ones 7 years ago
ath10k-ct ath10k-ct: bump to git HEAD 6 years ago
avila-wdt build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
brcm2708-gpu-fw brcm2708: Update brcm2708-gpu-fw package 6 years ago
broadcom-wl broadcom-wl: fix compilation with 4.14 6 years ago
button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
dtc/patches package: kernel: dtc: Add DTO support 7 years ago
gpio-button-hotplug build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
gpio-nct5104d kernel: gpio-nct5104d remove boardname check 6 years ago
hwmon-gsc build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
i2c-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
kmod-sched-cake kmod-sched-cake: bump to 20180827 6 years ago
lantiq ltq-vdsl-fw: fix ltq-vdsl-vr9-vectoring-fw-installer package install 6 years ago
leds-apu2 kernel: leds-apu2 remove boardname check 6 years ago
linux kernel: add missing dependency to regmap to kmod-gpio-mcp23s08 6 years ago
mac80211 mac80211: add iw command wrapper with error logging 6 years ago
mt76 mt76: update to the latest version 6 years ago
mwlwifi mwlwifi: Update to 10.3.8.0-20180810 6 years ago
om-watchdog treewide: use the generic board_name function 7 years ago
rotary-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
rtc-rv5c386a build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
spi-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago
trelay build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk 7 years ago
w1-gpio-custom build: use KERNEL_MAKE_FLAGS for kernel file compilations 7 years ago