Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-12-17 Thread Martin Blumenstingl
Hi Adrian, On Wed, Dec 14, 2016 at 7:45 AM, Adrian Chadd wrote: > hi, > > On 12 December 2016 at 12:05, Martin Blumenstingl > wrote: > >> >> It seems that there are a few devices out there where the whole EEPROM >> is swab16'ed which switches the position of the 1-byte fields >> opCapFlags and e

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-12-15 Thread Valo, Kalle
Martin Blumenstingl writes: > There are two types of swapping the EEPROM data in the ath9k driver. > Before this series one type of swapping could not be used without the > other. > > The first type of swapping looks at the "magic bytes" at the start of > the EEPROM data and performs swab16 on th

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-12-13 Thread Adrian Chadd
hi, On 12 December 2016 at 12:05, Martin Blumenstingl wrote: > > It seems that there are a few devices out there where the whole EEPROM > is swab16'ed which switches the position of the 1-byte fields > opCapFlags and eepMisc. > those still work fine with the new code, however I had a second patc

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-12-13 Thread Valo, Kalle
Martin Blumenstingl writes: > Hello Kalle, > > On Fri, Nov 25, 2016 at 4:06 PM, Valo, Kalle wrote: >> Kalle Valo writes: >> >>> Martin Blumenstingl writes: >>> There are two types of swapping the EEPROM data in the ath9k driver. Before this series one type of swapping could not be us

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-12-12 Thread Martin Blumenstingl
Hello Kalle, On Fri, Nov 25, 2016 at 4:06 PM, Valo, Kalle wrote: > Kalle Valo writes: > >> Martin Blumenstingl writes: >> >>> There are two types of swapping the EEPROM data in the ath9k driver. >>> Before this series one type of swapping could not be used without the >>> other. >>> >>> The fir

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-11-25 Thread Martin Blumenstingl
On Fri, Nov 25, 2016 at 4:06 PM, Valo, Kalle wrote: > Kalle Valo writes: > >> Martin Blumenstingl writes: >> >>> There are two types of swapping the EEPROM data in the ath9k driver. >>> Before this series one type of swapping could not be used without the >>> other. >>> >>> The first type of swa

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-11-25 Thread Valo, Kalle
Kalle Valo writes: > Martin Blumenstingl writes: > >> There are two types of swapping the EEPROM data in the ath9k driver. >> Before this series one type of swapping could not be used without the >> other. >> >> The first type of swapping looks at the "magic bytes" at the start of >> the EEPROM

Re: [PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-10-12 Thread Kalle Valo
Martin Blumenstingl writes: > There are two types of swapping the EEPROM data in the ath9k driver. > Before this series one type of swapping could not be used without the > other. > > The first type of swapping looks at the "magic bytes" at the start of > the EEPROM data and performs swab16 on th

[PATCH v2 0/7] ath9k: EEPROM swapping improvements

2016-10-02 Thread Martin Blumenstingl
There are two types of swapping the EEPROM data in the ath9k driver. Before this series one type of swapping could not be used without the other. The first type of swapping looks at the "magic bytes" at the start of the EEPROM data and performs swab16 on the EEPROM contents if needed. The second t