From 614ee038a80a900d6d144565a45e100a4f4e567f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 24 Feb 2009 09:08:06 +0000 Subject: [PATCH] Fix ath5k crash on load (#4689) SVN-Revision: 14652 --- package/mac80211/patches/201-ath5k_eeprom.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/patches/201-ath5k_eeprom.patch b/package/mac80211/patches/201-ath5k_eeprom.patch index 3f62eefb92..5dfbcf3be9 100644 --- a/package/mac80211/patches/201-ath5k_eeprom.patch +++ b/package/mac80211/patches/201-ath5k_eeprom.patch @@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; int o = *offset; - int i = 0; -+ int i; ++ int i = 0 ; u8 freq1, freq2; int ret; u16 val; -- 2.30.2