[patchteam] Wing wireless mesh protocol - fixups for ver. 3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22993 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
dingo 2010-09-09 22:48:00 +00:00
parent 98effff0da
commit ba34be8f56
2 changed files with 5 additions and 4 deletions

View File

@ -10,9 +10,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wing
ifneq ($(CONFIG_WING_STABLE),)
PKG_VERSION:=20100827
PKG_RELEASE:=2
PKG_REV:=6f238baa6c4f357f1fe0e55f1b71db7816747b33
PKG_VERSION:=20100903
PKG_RELEASE:=3
PKG_REV:=520e3168a5af4d26bec3779cfa4901d128a4bc6f
else
PKG_VERSION:=$(shell date +%Y%m%d)
PKG_RELEASE:=1
@ -64,7 +64,7 @@ define Build/Configure
-f $(PKG_BUILD_DIR)/conf/wing/sample.click \
-A --all -E Discard -E Print -E Null \
-E InfiniteSource -E RatedSource -E EtherEncap -E UDPIPEncap \
-E AthdescEncap -E AthdescDecap -E RadiotapDecap -E RadiotapEncap \
-E RadiotapDecap -E RadiotapEncap \
-E ProbeTXRate -E MadwifiRate -E AutoRateFallback \
-E RoundRobinSched -E DRRSched; \
)

View File

@ -132,6 +132,7 @@ wing_list_interfaces() {
config_get device $1 device
config_get hwmode $device hwmode "11bg"
freq=$(iwlist $ifname freq | grep "Current Frequency" | sed -n "s/^.*Current Frequency:\([0-9.]*\) GHz (Channel \([0-9]*\))/\1/p" | awk '{print $1*1000}')
freq=${freq:-"0"}
hwaddr=$(/sbin/ifconfig $ifname 2>&1 | sed -n 's/^.*HWaddr \([0-9A-Za-z\-]*\).*/\1/p' | sed -e 's/\-/:/g' | cut -c1-17)
freqs=${freqs:+"$freqs "}$freq
hwmodes=${hwmodes:+"$hwmodes "}$hwmode