diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-24 09:08:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-24 09:08:06 +0000 |
commit | 9590e3c36645cb05c6153f3651c64e3f8bb81e31 (patch) | |
tree | a881a21a7d250d3e457f172369f1c80f53793d3d /package/mac80211/patches | |
parent | f8b8f7c474e2881e474aae7cfe7ea19732c632ca (diff) |
Fix ath5k crash on load (#4689)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/201-ath5k_eeprom.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nbd@openwrt.org> 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; |