diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 19:13:53 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-20 19:13:53 +0000 |
commit | 32d35e5428e44e0b19e25a160b99c9985df0755e (patch) | |
tree | 4a7b78842d14607c5d88695d8744e155d20b4d8d /package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch | |
parent | 7731a3fef4ef0b05aea0c3d5b00ca883a5e7235a (diff) |
refreshed madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9380 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch')
-rw-r--r-- | package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch b/package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch index 7ed64c610..6fa00890a 100644 --- a/package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch +++ b/package/madwifi/patches/130-chanswitch_beacon_fix_PR_1477.patch @@ -1,9 +1,9 @@ Signed-off-by: Andrew Lunn <andrew@lunn.ch> -Index: trunk/net80211/ieee80211_beacon.c +Index: madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c =================================================================== ---- trunk/net80211/ieee80211_beacon.c (revision 2631) -+++ trunk/net80211/ieee80211_beacon.c (working copy) +--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_beacon.c 2007-10-20 20:52:09.000000000 +0200 ++++ madwifi-ng-r2568-20070710/net80211/ieee80211_beacon.c 2007-10-20 20:52:31.000000000 +0200 @@ -305,13 +305,17 @@ */ c = ieee80211_doth_findchan(vap, ic->ic_chanchange_chan); |