Re: [OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-16 Thread Daniel Dickinson
On 10/11/2012 8:44 AM, Felix Fietkau wrote: > On 2012-11-09 11:02 PM, Daniel Dickinson wrote: >> There is a router that users the MAC address for wireless from the platform >> data >> (which gets it from the flash ART partition) and the calibration data from a >> PCI-e >> card's EEPROM. Here we

Re: [OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:02 PM, Daniel Dickinson wrote: > There is a router that users the MAC address for wireless from the platform > data > (which gets it from the flash ART partition) and the calibration data from a > PCI-e > card's EEPROM. Here we add support for this. At least for AR9300 the code

[OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-09 Thread Daniel Dickinson
There is a router that users the MAC address for wireless from the platform data (which gets it from the flash ART partition) and the calibration data from a PCI-e card's EEPROM. Here we add support for this. Signed-off-by: Daniel Dickinson --- ...-allow-to-disable-bands-via-platform-data.patc