aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/432-netdev_ops.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-12 15:14:27 +0000
commit1c346885afb1d8dad16c48f5e28bf31e2692b0e9 (patch)
tree682a176590b2af13b6440a0e7e2e4c40b528138b /package/madwifi/patches/432-netdev_ops.patch
parentbcc4ec3c11cc6035f29f55a422199d4523e7d252 (diff)
downloadupstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.gz
upstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.tar.bz2
upstream-1c346885afb1d8dad16c48f5e28bf31e2692b0e9.zip
package/madwifi: refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/432-netdev_ops.patch')
-rw-r--r--package/madwifi/patches/432-netdev_ops.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/432-netdev_ops.patch b/package/madwifi/patches/432-netdev_ops.patch
index 2e542bfece..af829b164a 100644
--- a/package/madwifi/patches/432-netdev_ops.patch
+++ b/package/madwifi/patches/432-netdev_ops.patch
@@ -53,7 +53,7 @@ http://madwifi-project.org/changeset/4005
unregister_netdev(dev);
return 0;
}
-@@ -12732,8 +12749,13 @@ ath_rcv_dev_event(struct notifier_block
+@@ -12732,8 +12749,13 @@ ath_rcv_dev_event(struct notifier_block
struct net_device *dev = (struct net_device *)ptr;
struct ath_softc *sc = (struct ath_softc *)netdev_priv(dev);
@@ -88,7 +88,7 @@ http://madwifi-project.org/changeset/4005
int
ieee80211_vap_setup(struct ieee80211com *ic, struct net_device *dev,
const char *name, int opmode, int flags, struct ieee80211vap *master)
-@@ -471,16 +483,21 @@ ieee80211_vap_setup(struct ieee80211com
+@@ -471,16 +483,21 @@ ieee80211_vap_setup(struct ieee80211com
} else
strncpy(dev->name, name, sizeof(dev->name));
}