[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51239234.8080702@gmail.com>
Date: Tue, 19 Feb 2013 16:54:44 +0200
From: Nick Kossifidis <mickflemm@...il.com>
To: Jiri Slaby <jslaby@...e.cz>
CC: linville@...driver.com, linux-wireless@...r.kernel.org,
ath5k-devel@...ts.ath5k.org, linux-kernel@...r.kernel.org,
"Luis R. Rodriguez" <mcgrof@....qualcomm.com>,
Jiri Slaby <jirislaby@...il.com>
Subject: Re: [PATCH] NET: ath5k, check ath5k_eeprom_mode_from_channel retval
On Tue Feb 19 15:36:07 2013, Jiri Slaby wrote:
> On 02/18/2013 01:47 AM, Nick Kossifidis wrote:
>> int
>> ath5k_eeprom_mode_from_channel(struct ieee80211_channel *channel)
>> {
>> switch (channel->hw_value) {
>> case AR5K_MODE_11A:
>> return AR5K_EEPROM_MODE_11A;
>> case AR5K_MODE_11G:
>> return AR5K_EEPROM_MODE_11G;
>> case AR5K_MODE_11B:
>> return AR5K_EEPROM_MODE_11B;
>> default:
>> return -1;
>> }
>> }
>>
>> I think we should just change that default to return 0 instead and add
>> an ATH5K_WARN there.
>
> Something like the attached patch? It needs ah to be propagated to
> eeprom. If you are fine with that, I'll send it as patch...
>
> thanks,
Just move the prototype on ath5k.h with the rest of them...
1523 /* EEPROM access functions */
1524 int ath5k_eeprom_init(struct ath5k_hw *ah);
1525 void ath5k_eeprom_detach(struct ath5k_hw *ah);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists