Fix comment in ath_regdump_filter()
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jul 2008 05:46:55 +0000 (05:46 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 17 Jul 2008 05:46:55 +0000 (05:46 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3790 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index abca74c7aaff3a114cb7eeca03c5c06d8535f65a..3c720174fe9832f3580fd008c920c6b74d5a7f6d 100644 (file)
@@ -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