X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F570-ath9k_noise_dbm_fixup.patch;fp=package%2Fmac80211%2Fpatches%2F570-ath9k_noise_dbm_fixup.patch;h=2ba2c566f77fece727fdbbfc3199c58c84d2e4de;hp=1de6b51b489a2ea10a5a37b0dd4caaeb46ab021d;hb=f09d05c8b6684af8b1e4c83cb2ba5275326517fe;hpb=8d3cdf77ed57803fb2cc9fb05c2fb6cc19c99bc6 diff --git a/package/mac80211/patches/570-ath9k_noise_dbm_fixup.patch b/package/mac80211/patches/570-ath9k_noise_dbm_fixup.patch index 1de6b51b4..2ba2c566f 100644 --- a/package/mac80211/patches/570-ath9k_noise_dbm_fixup.patch +++ b/package/mac80211/patches/570-ath9k_noise_dbm_fixup.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/calib.c +++ b/drivers/net/wireless/ath/ath9k/calib.c -@@ -365,6 +365,7 @@ bool ath9k_hw_getnf(struct ath_hw *ah, s +@@ -378,6 +378,7 @@ bool ath9k_hw_getnf(struct ath_hw *ah, s if (!caldata) { chan->noisefloor = nf; @@ -8,7 +8,7 @@ return false; } -@@ -372,6 +373,7 @@ bool ath9k_hw_getnf(struct ath_hw *ah, s +@@ -385,6 +386,7 @@ bool ath9k_hw_getnf(struct ath_hw *ah, s caldata->nfcal_pending = false; ath9k_hw_update_nfcal_hist_buffer(ah, caldata, nfarray); chan->noisefloor = h[0].privNF; @@ -16,7 +16,7 @@ return true; } -@@ -398,10 +400,15 @@ void ath9k_init_nfcal_hist_buffer(struct +@@ -411,10 +413,15 @@ void ath9k_init_nfcal_hist_buffer(struct s16 ath9k_hw_getchan_noise(struct ath_hw *ah, struct ath9k_channel *chan) {