aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/384-hwdetect.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-26 02:57:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-26 02:57:44 +0000
commitdcc294247413bfdfe0cfc50887994bcf811d95e3 (patch)
treeab15c01e09c1ab3f954e78c469e85d4ab48d3b60 /package/madwifi/patches/384-hwdetect.patch
parent5b08de2131c437fdc7506c8487c14221f2b4dd1e (diff)
downloadmaster-187ad058-dcc294247413bfdfe0cfc50887994bcf811d95e3.tar.gz
master-187ad058-dcc294247413bfdfe0cfc50887994bcf811d95e3.tar.bz2
master-187ad058-dcc294247413bfdfe0cfc50887994bcf811d95e3.zip
madwifi: preserve the interface mode correctly when using wds with sta separation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14195 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/384-hwdetect.patch')
-rw-r--r--package/madwifi/patches/384-hwdetect.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/384-hwdetect.patch b/package/madwifi/patches/384-hwdetect.patch
index aeaf8f6698..61926ccbef 100644
--- a/package/madwifi/patches/384-hwdetect.patch
+++ b/package/madwifi/patches/384-hwdetect.patch
@@ -33,7 +33,7 @@
/* Allocate space for dynamically determined maximum VAP count */
sc->sc_bslot =
kmalloc(ath_maxvaps * sizeof(struct ieee80211vap*), GFP_KERNEL);
-@@ -1507,6 +1519,28 @@ ath_vap_create(struct ieee80211com *ic,
+@@ -1508,6 +1520,28 @@ ath_vap_create(struct ieee80211com *ic,
return vap;
}
@@ -62,7 +62,7 @@
static void
ath_vap_delete(struct ieee80211vap *vap)
{
-@@ -10818,6 +10852,12 @@ ath_ioctl(struct net_device *dev, struct
+@@ -10819,6 +10853,12 @@ ath_ioctl(struct net_device *dev, struct
* is to add module parameters.
*/
@@ -75,7 +75,7 @@
/*
* Dynamic (i.e. per-device) sysctls. These are automatically
* mirrored in /proc/sys.
-@@ -10897,6 +10937,38 @@ ath_sysctl_get_intmit(struct ath_softc *
+@@ -10898,6 +10938,38 @@ ath_sysctl_get_intmit(struct ath_softc *
}
static int
@@ -114,7 +114,7 @@
ATH_SYSCTL_DECL(ath_sysctl_halparam, ctl, write, filp, buffer, lenp, ppos)
{
struct ath_softc *sc = ctl->extra1;
-@@ -11176,6 +11248,24 @@ static int maxint = 0x7fffffff; /* 32-b
+@@ -11177,6 +11249,24 @@ static int maxint = 0x7fffffff; /* 32-b
static const ctl_table ath_sysctl_template[] = {
{ .ctl_name = CTL_AUTO,