Home
last modified time | relevance | path

Searched refs:phy_fw_ver_str (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ti/wl18xx/
Dmain.c1519 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version, in wl18xx_handle_static_data()
1520 sizeof(wl->chip.phy_fw_ver_str)); in wl18xx_handle_static_data()
1523 wl->chip.phy_fw_ver_str[sizeof(wl->chip.phy_fw_ver_str) - 1] = '\0'; in wl18xx_handle_static_data()
/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h109 char phy_fw_ver_str[ETHTOOL_FWVERS_LEN]; member
Ddebugfs.c492 DRIVER_STATE_PRINT_STR(chip.phy_fw_ver_str); in driver_state_read()