diff options
author | Kabuli Chana <newtownBuild@gmail.com> | 2017-01-10 09:46:24 -0700 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-11 12:15:13 +0100 |
commit | 15f4fbb7bdb21ff5ff52ecae3fa4140c5ea17187 (patch) | |
tree | 591197f1b9a5f5019d9eb2c763d55c855dbb09c3 | |
parent | 80dbaa4ef39306f0c6b8c379488a26158340c112 (diff) | |
download | upstream-15f4fbb7bdb21ff5ff52ecae3fa4140c5ea17187.tar.gz upstream-15f4fbb7bdb21ff5ff52ecae3fa4140c5ea17187.tar.bz2 upstream-15f4fbb7bdb21ff5ff52ecae3fa4140c5ea17187.zip |
mvebu: update mwlwifi driver to version 10.3.2.0-20170110
Improves automatic channel section support.
Tested on AC (mamba) and ACM (rango).
Signed-off-by: Kabuli Chana <newtownBuild@gmail.com>
[Jo-Philipp Wich: reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/kernel/mwlwifi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index e031037a22..723e252a9c 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwlwifi -PKG_VERSION:=10.3.2.0-20161222 +PKG_VERSION:=10.3.2.0-20170110 PKG_RELEASE=1 PKG_LICENSE:=ISC @@ -16,8 +16,8 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=8edf53517b5e9a79b5a6c9a514db1883fd32c9d5 -PKG_MIRROR_HASH:=83ca146145486a4b66eb937e586cadffe99435518dcb5c7f2afc5f2b3f0c81d8 +PKG_SOURCE_VERSION:=88550a0261ac9718eda7f28022d239c0053e2f94 +PKG_MIRROR_HASH:=a903d87cbd252019d2dee84ca331e3c865be611e989301aadaaee86ca4ce2435 PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> PKG_BUILD_PARALLEL:=1 |