From mboxrd@z Thu Jan 1 00:00:00 1970 From: ABM Musa Date: Tue, 24 Aug 2010 12:37:22 -0500 Subject: [ath9k-devel] Channel busy registers in ath9k Message-ID: <4C740352.6050609@uic.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hi, I found that registers for measuring channel busyness/CCA in ath5k are AR5K_PROFCNT_RXCLR and AR5K_PROFCNT_CYCLE. By browsing source code of ath9k, I guess the the equivalent registers of ath9k are AR_RCCNT and AR_CCCNT. Please confirm me if I am correct. If not, please let me know which are the correct registers for measuring CCA. Musa