projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix nonhotpluggable networks not being brought up. Closes #2781
[openwrt.git]
/
package
/
madwifi
/
patches
/
421-channel_handling.patch
diff --git
a/package/madwifi/patches/421-channel_handling.patch
b/package/madwifi/patches/421-channel_handling.patch
index
8ccecdf
..
9164eea
100644
(file)
--- a/
package/madwifi/patches/421-channel_handling.patch
+++ b/
package/madwifi/patches/421-channel_handling.patch
@@
-1108,7
+1108,7
@@
nrs = &ni->ni_rates;
fixedrate = IEEE80211_FIXED_RATE_NONE;
for (i = 0; i < nrs->rs_nrates;) {
nrs = &ni->ni_rates;
fixedrate = IEEE80211_FIXED_RATE_NONE;
for (i = 0; i < nrs->rs_nrates;) {
-@@ -140
1,6 +1401
,7 @@ ieee80211_new_state(struct ieee80211vap
+@@ -140
7,6 +1407
,7 @@ ieee80211_new_state(struct ieee80211vap
IEEE80211_VAPS_UNLOCK_IRQ(ic);
return rc;
}
IEEE80211_VAPS_UNLOCK_IRQ(ic);
return rc;
}
This page took
0.022609 seconds
and
4
git commands to generate.