nl80211: read TX power using NL80211_CMD_GET_INTERFACE
authorRafał Miłecki <zajec5@gmail.com>
Mon, 28 Sep 2015 11:39:15 +0000 (13:39 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 5 Oct 2015 09:00:22 +0000 (11:00 +0200)
commit813f61e48b9b1a76cb55f3b4a229bf98d3cd53a9
tree2e1fee2a9e87a205dd0c7adcb7b3d7fe5cb8dc2e
parent3d38d1d17eba37b0985dd2857b4539410824a3e6
nl80211: read TX power using NL80211_CMD_GET_INTERFACE

With the mac80211 commit d55d0d598e66 ("nl80211: put current TX power in
interface info") it is possible now to get TX power using nl80211. As we
don't really support any wext-only drivers it doesn't make sense to
leave wext as a fallback.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
include/iwinfo/utils.h
iwinfo_nl80211.c