aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/381-ibss_modes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-11-02 13:03:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-11-02 13:03:03 +0000
commit891b476e67c64477aac32094a29f3345e742da45 (patch)
treeb4a60f0da149a0f538541c85ada3e57600bb531e /package/madwifi/patches/381-ibss_modes.patch
parent9e98573a53e81aa35cd43f837a28095a4fdd8b3b (diff)
downloadupstream-891b476e67c64477aac32094a29f3345e742da45.tar.gz
upstream-891b476e67c64477aac32094a29f3345e742da45.tar.bz2
upstream-891b476e67c64477aac32094a29f3345e742da45.zip
fix a rare wds related noderef issue
SVN-Revision: 13095
Diffstat (limited to 'package/madwifi/patches/381-ibss_modes.patch')
-rw-r--r--package/madwifi/patches/381-ibss_modes.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/381-ibss_modes.patch b/package/madwifi/patches/381-ibss_modes.patch
index 1ce295eea3..f904ed9721 100644
--- a/package/madwifi/patches/381-ibss_modes.patch
+++ b/package/madwifi/patches/381-ibss_modes.patch
@@ -1,6 +1,6 @@
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -1260,7 +1260,10 @@
+@@ -1260,7 +1260,10 @@ ath_vap_create(struct ieee80211com *ic,
case IEEE80211_M_IBSS:
if ((sc->sc_nvaps != 0) && (ic->ic_opmode == IEEE80211_M_STA))
return NULL;
@@ -12,7 +12,7 @@
break;
case IEEE80211_M_AHDEMO:
case IEEE80211_M_MONITOR:
-@@ -1455,7 +1458,7 @@
+@@ -1455,7 +1458,7 @@ ath_vap_create(struct ieee80211com *ic,
* frames. Other modes carry over directly to the HAL.
*/
if (ic->ic_opmode == IEEE80211_M_AHDEMO)