Hello. I use wl18xx (kernel 3.2 but WiFi driver backported from kernel 3.5) driver (JORJIN WG7831-B0ES WiFi module) and it work good. But I need use calibrator tool (I use lasted version from https://github.com/TI-OpenLink/18xx-ti-utils). I cross compile it but it not work (all command return -95 error):
# calibrator --debug wlan0 plt power_mode on
-- Debug: Received Message:
-------------------------- BEGIN NETLINK MESSAGE ---------------------------
[HEADER] 16 octets
.nlmsg_len = 68
.nlmsg_type = 2 <ERROR>
.nlmsg_flags = 0 <>
.nlmsg_seq = 946684936
.nlmsg_pid = 864
[ERRORMSG] 20 octets
.error = -95 "Operation not supported"
[ORIGINAL MESSAGE] 16 octets
.nlmsg_len = 16
.nlmsg_type = 17 <0x11>
.nlmsg_flags = 5 <REQUEST,ACK>
.nlmsg_seq = 946684936
.nlmsg_pid = 864
--------------------------- END NETLINK MESSAGE ---------------------------
command failed: Operation not supported (-95)
#