Reset MT_MIB_STAT_CCA after channel switch since it is used to track busy
time starting from 'commit 
dcff8d4dc301 ("mt76: mt7603: switch to a
different counter for survey busy time")'
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
        mt76_clear(dev, MT_MIB_CTL, MT_MIB_CTL_READ_CLR_DIS);
        mt76_set(dev, MT_MIB_CTL,
                 MT_MIB_CTL_CCA_NAV_TX | MT_MIB_CTL_PSCCA_TIME);
-       mt76_rr(dev, MT_MIB_STAT_PSCCA);
+       mt76_rr(dev, MT_MIB_STAT_CCA);
        mt7603_cca_stats_reset(dev);
 
        dev->mphy.survey_time = ktime_get_boottime();