[OpenWrt-Devel] [PATCH 1/2] nl80211: add htmode to iwinfo_ops

2019-12-19 Thread Daniel Danzberger
This callback shows the currently active HTMODE of the device. Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 4 ++- iwinfo_nl80211.c | 70 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/include/iwinfo.h b/include/iwinfo.

Re: [OpenWrt-Devel] [PATCH 1/2] nl80211: add htmode to iwinfo_ops

2019-12-19 Thread Hauke Mehrtens
On 11/27/19 6:29 PM, Daniel Danzberger wrote: > This callback shows the currently active HTMODE of the device. > > Signed-off-by: Daniel Danzberger > --- > include/iwinfo.h | 4 ++- > iwinfo_nl80211.c | 70 > 2 files changed, 73 insertions(+), 1

[OpenWrt-Devel] [PATCH 1/2] nl80211: add htmode to iwinfo_ops

2019-11-27 Thread Daniel Danzberger
This callback shows the currently active HTMODE of the device. Signed-off-by: Daniel Danzberger --- include/iwinfo.h | 4 ++- iwinfo_nl80211.c | 70 2 files changed, 73 insertions(+), 1 deletion(-) diff --git a/include/iwinfo.h b/include/iwinfo.