Re: [LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-10 Thread Alexey Brodkin
Hi Felix, On Tue, 2016-11-08 at 16:08 +0100, Felix Fietkau wrote: > On 2016-11-08 15:46, Alexey Brodkin wrote: > > > > TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules > > that could be found on different existing boards. > > > > But it is possible to get those modules as a separate > > co

Re: [LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Felix Fietkau
On 2016-11-08 15:46, Alexey Brodkin wrote: > TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules > that could be found on different existing boards. > > But it is possible to get those modules as a separate > component and use with existing boards as well as > new boards equipped with either mo

[LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Alexey Brodkin
TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules that could be found on different existing boards. But it is possible to get those modules as a separate component and use with existing boards as well as new boards equipped with either module may appear so we remove dependency on OMAP. Signe