projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ubus - the new openwrt message bus / rpc daemon
[openwrt.git]
/
package
/
madwifi
/
patches
/
381-ibss_modes.patch
diff --git
a/package/madwifi/patches/381-ibss_modes.patch
b/package/madwifi/patches/381-ibss_modes.patch
index
f904ed9
..
38969b0
100644
(file)
--- 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
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -1260,7 +1260,10 @@ ath_vap_create(struct ieee80211com *ic,
+@@ -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;
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:
break;
case IEEE80211_M_AHDEMO:
case IEEE80211_M_MONITOR:
-@@ -1455,7 +1458,7 @@ ath_vap_create(struct ieee80211com *ic,
+@@ -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)
* frames. Other modes carry over directly to the HAL.
*/
if (ic->ic_opmode == IEEE80211_M_AHDEMO)
This page took
0.023715 seconds
and
4
git commands to generate.