From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Lindner Date: Tue, 2 Aug 2011 12:15:36 +0200 Subject: [ath9k-devel] eeprom txGainType overridden if minor version < 19 In-Reply-To: References: <201108021028.21637.lindner_marek@yahoo.de> Message-ID: <201108021215.36300.lindner_marek@yahoo.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tuesday, August 02, 2011 12:09:59 Mohammed Shafi wrote: > lets be careful while changing this, we must also note things like, > > /* PA CAL is not needed for high power solution */ > if (ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE) == > AR5416_EEP_TXGAIN_HIGH_POWER) > return; I have that seen too and disabled that check in my code but I intended to make further tests before bringing this up. Let me emphasize again that the correct eeprom value is returned once your minor version is 19 or above. Only the smaller versions are overridden by the driver. Therefore I don't see a direct relation to the code you posted. Can you clarify ? Regards, Marek