Hi Kirill, hi Arjen,
thanks for your feedback. I'll create a new version of the patch with your
updates and suggestions.
I will also try to move the HSR tuner module into it's own subdirectory below
package/kernel to minimize the mac80211 patch that Felix will have to
maintain.
> > I also tr
Citeren Kirill Berezin :
Hi Stefan,
I have a couple of suggestions.
First of all I think it will be better to initialize static
variables in hsr_tune with zeroes :
++static void hsr_tune(struct ath_hw* ah, int bw, int fq) {
++ static int initialized = 0;
++ static int last_bw =
Hi Stefan,
I have a couple of suggestions.
First of all I think it will be better to initialize static variables in
hsr_tune with zeroes :
> ++static void hsr_tune(struct ath_hw* ah, int bw, int fq) {
> ++ static int initialized = 0;
> ++ static int last_bw = 0, last_fq = 0;
And I have an up
Hi,
please review my patch to add support for the Ubiquiti Unifi Outdoor Plus
access point based on the work of Kirill Berezin and me.
The access point has a configurable RF filter in the receive path that must be
tuned according to the selected Wifi channel.
A patch to compat_wireless adds supp