wifi-scripts: ucode: iwinfo: skip uninitialized PHYs
authorFelix Fietkau <nbd@nbd.name>
Mon, 30 Dec 2024 17:38:42 +0000 (18:38 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 30 Dec 2024 20:28:09 +0000 (21:28 +0100)
commit12b8d5c83c5235fa7c7be870e979e2de6dd1d3c9
tree8a8ec7fc9e1e8f4722b5f51037667e39038c94ef
parent874e0accae5121534259cc8b1bd3107bd104dd24
wifi-scripts: ucode: iwinfo: skip uninitialized PHYs

They show up as null entries in the nl80211 wiphy dump.
Fixes the following error:

Reference error: left-hand side expression is null
In find_phy(), file /usr/share/ucode/iwinfo.uc, line 19, byte 11:
  called from function get_max_power (/usr/share/ucode/iwinfo.uc:42:32)
  called from function module (/usr/share/ucode/iwinfo.uc:102:39)
  called from anonymous function (/usr/bin/iwinfo:5:25)

 `        if (phy.wiphy == wiphy)`
  Near here ------^

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/wifi-scripts/files-ucode/usr/share/ucode/iwinfo.uc