aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/408-changeset_r3337.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-23 01:07:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-23 01:07:42 +0000
commiteb121d218991ac909827ccfacc9ef7e26e5eee05 (patch)
tree1d859b9c56d07dac72d9ac58136c40e7f1f43978 /package/madwifi/patches/408-changeset_r3337.patch
parentc0e753bcdcbfb25677691151c66acd640cb9f84e (diff)
downloadupstream-eb121d218991ac909827ccfacc9ef7e26e5eee05.tar.gz
upstream-eb121d218991ac909827ccfacc9ef7e26e5eee05.tar.bz2
upstream-eb121d218991ac909827ccfacc9ef7e26e5eee05.zip
madwifi: add a patch for detecting vendor / device name information (only implemented for WiSoC at the moment)
SVN-Revision: 13027
Diffstat (limited to 'package/madwifi/patches/408-changeset_r3337.patch')
-rw-r--r--package/madwifi/patches/408-changeset_r3337.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/408-changeset_r3337.patch b/package/madwifi/patches/408-changeset_r3337.patch
index 8047e2e0f5..bc92784d5f 100644
--- a/package/madwifi/patches/408-changeset_r3337.patch
+++ b/package/madwifi/patches/408-changeset_r3337.patch
@@ -1,6 +1,6 @@
--- a/THANKS
+++ b/THANKS
-@@ -129,6 +129,7 @@
+@@ -129,6 +129,7 @@ Derek J Smithies
jhansen
Benoit Papillault
Russell Harmon
@@ -10,7 +10,7 @@
Please let us know if you think your name should be mentioned here!
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -3059,7 +3059,7 @@
+@@ -3093,7 +3093,7 @@ ath_tx_startraw(struct net_device *dev,
struct ath_softc *sc = dev->priv;
struct ath_hal *ah = sc->sc_ah;
struct ieee80211_phy_params *ph = (struct ieee80211_phy_params *)
@@ -21,7 +21,7 @@
HAL_PKT_TYPE atype;
--- a/net80211/ieee80211_monitor.c
+++ b/net80211/ieee80211_monitor.c
-@@ -128,8 +128,8 @@
+@@ -128,8 +128,8 @@ struct ar5212_openbsd_desc {
void
ieee80211_monitor_encap(struct ieee80211vap *vap, struct sk_buff *skb)
{