Skip to content

Commit

Permalink
mac80211: update to wireless-testing 2016-06-20
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
nbd168 committed Jul 2, 2016
1 parent de165b6 commit 67a7daa
Show file tree
Hide file tree
Showing 33 changed files with 594 additions and 785 deletions.
4 changes: 2 additions & 2 deletions package/kernel/mac80211/Makefile
Expand Up @@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/kernel.mk

PKG_NAME:=mac80211

PKG_VERSION:=2016-05-12
PKG_VERSION:=2016-06-20
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
PKG_BACKPORT_VERSION:=
PKG_MD5SUM:=2142cf38509896dca108624e7c193611
PKG_MD5SUM:=29c79bdc3928ef5113b17042ebda9237

PKG_SOURCE:=compat-wireless-$(PKG_VERSION)$(PKG_BACKPORT_VERSION).tar.bz2
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -57,7 +57,7 @@
return (bus->chipco.dev ? bus->chipco.dev : bus->pcicore.dev);
#else
return bus->chipco.dev;
@@ -4901,7 +4901,7 @@ static int b43_wireless_core_init(struct
@@ -4883,7 +4883,7 @@ static int b43_wireless_core_init(struct
}
if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
Expand Down
12 changes: 6 additions & 6 deletions package/kernel/mac80211/patches/150-disable_addr_notifier.patch
Expand Up @@ -18,9 +18,9 @@
static int ieee80211_ifa6_changed(struct notifier_block *nb,
unsigned long data, void *arg)
{
@@ -1089,14 +1089,14 @@ int ieee80211_register_hw(struct ieee802

rtnl_unlock();
@@ -1090,14 +1090,14 @@ int ieee80211_register_hw(struct ieee802
if (result)
goto fail_flows;

-#ifdef CONFIG_INET
+#ifdef __disabled__CONFIG_INET
Expand All @@ -35,7 +35,7 @@
local->ifa6_notifier.notifier_call = ieee80211_ifa6_changed;
result = register_inet6addr_notifier(&local->ifa6_notifier);
if (result)
@@ -1105,13 +1105,13 @@ int ieee80211_register_hw(struct ieee802
@@ -1106,13 +1106,13 @@ int ieee80211_register_hw(struct ieee802

return 0;

Expand All @@ -51,8 +51,8 @@
+#if defined(__disabled__CONFIG_INET) || defined(__disabled__CONFIG_IPV6)
fail_ifa:
#endif
rtnl_lock();
@@ -1139,10 +1139,10 @@ void ieee80211_unregister_hw(struct ieee
ieee80211_txq_teardown_flows(local);
@@ -1142,10 +1142,10 @@ void ieee80211_unregister_hw(struct ieee
tasklet_kill(&local->tx_pending_tasklet);
tasklet_kill(&local->tasklet);

Expand Down
@@ -1,4 +1,4 @@
From: Felix Fietkau <nbd@nbd.name>
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 7 Jun 2015 13:53:35 +0200
Subject: [PATCH] ath9k: force rx_clear when disabling rx

Expand Down
@@ -1,4 +1,4 @@
From: Felix Fietkau <nbd@nbd.name>
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 2 Jul 2015 15:20:56 +0200
Subject: [PATCH] ath9k: limit retries for powersave response frames

Expand All @@ -8,7 +8,7 @@ gone to sleep. To avoid wasting too much airtime on this, limit the
number of retries on such frames and ensure that no sample rate gets
used.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---

--- a/drivers/net/wireless/ath/ath9k/xmit.c
Expand Down

0 comments on commit 67a7daa

Please sign in to comment.