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 | 333261901ed8f48e604bc4c0924d9f43ab2078ce (patch) | |
tree | 096499243f4492a068a615fb3ad5ebb426c2d8ce /package/network/utils/iwinfo/Makefile | |
parent | 941e53bb3550d6c35a78cf04207a2d23510d76d2 (diff) | |
download | master-187ad058-333261901ed8f48e604bc4c0924d9f43ab2078ce.tar.gz master-187ad058-333261901ed8f48e604bc4c0924d9f43ab2078ce.tar.bz2 master-187ad058-333261901ed8f48e604bc4c0924d9f43ab2078ce.zip |
iwinfo: only consider joined bss when finding current operating frequency, fixes spurious misreporting of frequencies in ad-hoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36604 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 := \ |