Re: [OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-24 Thread Andrej Vlašić
Ok, than use this one, only support for eeprom from platform data. On 24 October 2011 04:39, Otto Solares Cabrera wrote: > On Sun, Oct 23, 2011 at 06:51:19PM -0600, Philip Prindeville wrote: > > Personally I would have submitted these two patches separately so that > one doesn't hold up the othe

Re: [OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-23 Thread Otto Solares Cabrera
On Sun, Oct 23, 2011 at 06:51:19PM -0600, Philip Prindeville wrote: > Personally I would have submitted these two patches separately so that one > doesn't hold up the other, especially since they're not visibly related in > any way. +1 > On 10/23/11 6:22 PM, Andrej Vlašić wrote: > > This enable

Re: [OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-23 Thread Philip Prindeville
Personally I would have submitted these two patches separately so that one doesn't hold up the other, especially since they're not visibly related in any way. On 10/23/11 6:22 PM, Andrej Vlašić wrote: > This enables eeprom and mac addr. to be read from boards with eeprom stored > in platfrom d

[OpenWrt-Devel] [PATCH] mac80211: read eeprom from platform data

2011-10-23 Thread Andrej Vlašić
This enables eeprom and mac addr. to be read from boards with eeprom stored in platfrom data on flash (it was removed for some reason in rev. 26744) Also it adds pci id ff16, so that sx76x boards can use ath5k. Signed-off-by: Andrej Vlašić Index: trunk/package/mac80211/patches/451-add-platform-e