linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] support for antenna configuration profiles
@ 2011-11-28 16:12 Daniel Golle
  2011-11-28 16:52 ` Johannes Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Golle @ 2011-11-28 16:12 UTC (permalink / raw)
  To: linux-wireless
  Cc: Daniel Golle, Luis R. Rodriguez, Johannes Berg, Felix Fietkau

[-- Attachment #1: Type: text/plain, Size: 1809 bytes --]

Hi!

It took me a while to get this into a nice shape and make the code less hackish.
Thank you for all the helpful feedback on PATCH v0 and the RFC!
I'm looking forward to your comments and highly appreciate any further advise.

Changes since my previous patch:
 * restructured nl80211 stuff, putting the whole thing into a NLA_NESTED makes
   the parser happy.
 * store selection state in the driver instead of overwriting the value in the
   AntCtrlCommon field.
 * expose selected switch_com_value in eeprom_4k.
 * moved stuff in ath9k to where it belongs (afaik)
 * lots of cosmetics

I got my patched-up version of iw and works like a charm with the ALL0258N now:

root@OpenWrt:/# iw list
Wiphy phy0:
        Band 1:
        ...
        Device supports antenna configuration profiles.
                 (*) 0  horiz   (horizontal TX, vertical RX)
                 ( ) 1  vert    (vertical TX, horizontal RX)
        ...

root@OpenWrt:/# grep 9964 /sys/kernel/debug/ieee80211/phy0/ath9k/regdump 
0x009964 0x00000000
root@OpenWrt:/# iw phy phy0 interface add wlan0 type station
root@OpenWrt:/# ifconfig wlan0 up
root@OpenWrt:/# grep 9964 /sys/kernel/debug/ieee80211/phy0/ath9k/regdump 
0x009964 0x09a00210
root@OpenWrt:/# ifconfig wlan0 down
root@OpenWrt:/# iw set extant 1
root@OpenWrt:/# iw list
Wiphy phy0
        Band 1:
        ...
        Device supports antenna configuration profiles.
                 ( ) 0  horiz   (horizontal TX, vertical RX)
                 (*) 1  vert    (vertical TX, horizontal RX)
        ...

root@OpenWrt:/# ifconfig wlan0 up
root@OpenWrt:/# grep 9964 /sys/kernel/debug/ieee80211/phy0/ath9k/regdump 
0x009964 0x0a900120

Here the patch for iw. I'm planing to partially reimplement that in libiwinfo
for OpenWrt's LuCI.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-03 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 16:12 [PATCH v1 0/3] support for antenna configuration profiles Daniel Golle
2011-11-28 16:52 ` Johannes Berg
2011-11-29 11:52   ` Daniel Golle
2011-11-30  8:57     ` Johannes Berg
2011-12-03 14:07       ` Daniel Golle
2011-11-29 13:52   ` Daniel Golle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).