From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Lindner Date: Tue, 2 Aug 2011 12:49:57 +0200 Subject: [ath9k-devel] eeprom txGainType overridden if minor version < 19 In-Reply-To: References: <201108021028.21637.lindner_marek@yahoo.de> <201108021215.36300.lindner_marek@yahoo.de> Message-ID: <201108021249.58178.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:36:27 Mohammed Shafi wrote: > if the ver < 19 then we are sure that the code will never return from > the above check ? am i missing something ? Never return ? If ver < 19 it will always return 0 otherwise it will return whatever the eeprom value is (in my case 1). Regards, Marek