diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-05-12 01:12:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-05-12 01:12:56 +0000 |
commit | d59f8cfa8e76079bf99a2fcc8e7ce00c0724c4bd (patch) | |
tree | 63fe61d930b725517db30a470ff2196c03c3db54 /package/network/utils/iwinfo/Makefile | |
parent | f09d89a7b1506e298a2caa0d53282ed5919d6506 (diff) | |
download | upstream-d59f8cfa8e76079bf99a2fcc8e7ce00c0724c4bd.tar.gz upstream-d59f8cfa8e76079bf99a2fcc8e7ce00c0724c4bd.tar.bz2 upstream-d59f8cfa8e76079bf99a2fcc8e7ce00c0724c4bd.zip |
iwinfo: only consider joined bss when finding current operating frequency, fixes spurious misreporting of frequencies in ad-hoc mode
SVN-Revision: 36604
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index e0090e0be5..018832fffc 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=44 +PKG_RELEASE:=45 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |