On rc3 I get:
root@OpenWrt:~# devstatus phy0-ap0
Command failed: Invalid argument
On rc2:
root@OpenWrt:/etc# devstatus phy0-ap0
{
"external": true,
"present": true,
"type": "Network device",
"up": true,
"carrier": true,
"auth_status": false,
"hw-tc-offload": false,
"devtype": "wlan",
"mtu": 1500,
"mtu6": 1500,
"macaddr": "94:83:c4:29:f5:a5",
"txqueuelen": 1000,
"ipv6": false,
"ip6segmentrouting": false,
"promisc": false,
"rpfilter": 0,
"acceptlocal": false,
"igmpversion": 0,
"mldversion": 0,
"neigh4reachabletime": 30000,
"neigh6reachabletime": 30000,
"neigh4gcstaletime": 60,
"neigh6gcstaletime": 60,
"neigh4locktime": 100,
"dadtransmits": 1,
"multicast": true,
"sendredirects": true,
"drop_v4_unicast_in_l2_multicast": false,
"drop_v6_unicast_in_l2_multicast": false,
"drop_gratuitous_arp": false,
"drop_unsolicited_na": false,
"arp_accept": false,
"statistics": {
"collisions": 0,
"rx_frame_errors": 0,
"tx_compressed": 0,
"multicast": 0,
"rx_length_errors": 0,
"tx_dropped": 0,
"rx_bytes": 3894965,
"rx_missed_errors": 0,
"tx_errors": 0,
"rx_compressed": 0,
"rx_over_errors": 0,
"tx_fifo_errors": 0,
"rx_crc_errors": 0,
"rx_packets": 30769,
"tx_heartbeat_errors": 0,
"rx_dropped": 0,
"tx_aborted_errors": 0,
"tx_packets": 34045,
"rx_errors": 0,
"tx_bytes": 11327708,
"tx_window_errors": 0,
"rx_fifo_errors": 0,
"tx_carrier_errors": 0
}
}
I have tried this on gl-inet mt1300 and gl-inet mt300n-v2, both mipsel_24kc and get the same problem.
It does work if br-lan is specified though.