diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-01 18:39:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-01 18:39:58 +0000 |
commit | eb892d137a3b953da8c8a2ef5228957acd0e1888 (patch) | |
tree | 040ec78c0d17eb90dab8af64737d736f049da61f /package/mac80211/Makefile | |
parent | 74d87da85a5992316071c7dae7236bcbdf531663 (diff) | |
download | upstream-eb892d137a3b953da8c8a2ef5228957acd0e1888.tar.gz upstream-eb892d137a3b953da8c8a2ef5228957acd0e1888.tar.bz2 upstream-eb892d137a3b953da8c8a2ef5228957acd0e1888.zip |
ath9k: use per-device struct for pm_qos_* operations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 929c2dff4f..91e9cdd4ee 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-11-20 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 |