From: proski Date: Thu, 17 Jul 2008 05:46:55 +0000 (+0000) Subject: Fix comment in ath_regdump_filter() X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=3294801ba6278ffb0df61b5654d5b6ed486ae12c;p=madwifi%2F.git Fix comment in ath_regdump_filter() git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3790 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath/if_ath.c b/ath/if_ath.c index abca74c..3c72017 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -12043,7 +12043,7 @@ ath_regdump_filter(struct ath_softc *sc, u_int32_t address) { if ((address >= 0x143c) && (address <= 0x143f)) return AH_TRUE; /* PCI timing registers are not interesting */ if ((address >= 0x4000) && (address <= 0x5000)) return AH_TRUE; - /* reading 0x9200-0x092c causes crashes in turbo A mode? */ + /* Reading 0x0920-0x092c causes crashes in turbo A mode? */ if ((address >= 0x0920) && (address <= 0x092c)) return AH_TRUE; #ifndef ATH_REVERSE_ENGINEERING_WITH_NO_FEAR