First of all I give my congrats for this great firmware. It looks very promiser!
I'm willing to choose this firmware among the others OpenWrt's X-rt and Luci because this is much more user friendly and I like it

Of course this is a work in progress and there's stuff missing, like the new features from madwifi's hall for Atheros. The new OpenWrt's 809 has them. Like XR (Extended Range) Etc. You can see them on X-rt or Luci.
Any way I wanted to have antenna selection besides all other things so I'm taking a peek into the source code so I can try to add that.
I like how the code is written, its seems easy to read but I'm not able to create code it like it should. I can do Copy-Paste and that's almost all I can do

Any way, I'm looking at txpower field all over www/basic.sh and www/js/basic.js trying do figure where could I insert a check box for Antenna 1 and 2.
Then the command for madwifi would be like:
sysctl -w dev.wifi0.txantenna=1
Oh and I was forgetting Diversity wich is very requested in these days:
sysctl -w dev.wifi0.diversity=1
But diversity should be turned off so antenna selection can works.
Here's some docs about it http://madwifi-project.org/wiki/UserDoc ... aDiversity
Well, I'll keep dig in my search and if someone could drop a hand I would be very thankful
