diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-27 23:21:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-27 23:21:40 +0000 |
commit | bff0d1a414b383db5ac6f032bd7884016f652187 (patch) | |
tree | 5e93ece4d09622e237112e4318306413366f8ca4 /package | |
parent | 9a9b8864bd6c551594d3f42755f6e4f2dbc1546d (diff) | |
download | upstream-bff0d1a414b383db5ac6f032bd7884016f652187.tar.gz upstream-bff0d1a414b383db5ac6f032bd7884016f652187.tar.bz2 upstream-bff0d1a414b383db5ac6f032bd7884016f652187.zip |
oops.... committed an outdated patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9456 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/patches/310-noise_get.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/310-noise_get.patch b/package/madwifi/patches/310-noise_get.patch index 2dcfe35098..c62437f2f3 100644 --- a/package/madwifi/patches/310-noise_get.patch +++ b/package/madwifi/patches/310-noise_get.patch @@ -1,7 +1,7 @@ Index: madwifi-ng-r2756-20071018/ath/if_ath.c =================================================================== --- madwifi-ng-r2756-20071018.orig/ath/if_ath.c 2007-10-27 19:20:14.495461544 +0200 -+++ madwifi-ng-r2756-20071018/ath/if_ath.c 2007-10-27 19:22:02.865637202 +0200 ++++ madwifi-ng-r2756-20071018/ath/if_ath.c 2007-10-27 19:23:13.621669358 +0200 @@ -1417,7 +1417,6 @@ * Wireshark and Kismet. */ @@ -30,7 +30,7 @@ Index: madwifi-ng-r2756-20071018/ath/if_ath.c struct ath_softc *sc = dev->priv; (void) ath_chan_set(sc, ic->ic_curchan); -+ ic->ic_channoise = ath_hal_get_channel_noise(ah, &(sc->sc_curchan)); ++ ic->ic_channoise = ath_hal_get_channel_noise(sc->sc_ah, &(sc->sc_curchan)); /* * If we are returning to our bss channel then mark state * so the next recv'd beacon's TSF will be used to sync the |