Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c1511 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version, in wl18xx_handle_static_data()
1512 sizeof(wl->chip.phy_fw_ver_str)); in wl18xx_handle_static_data()
1515 wl->chip.phy_fw_ver_str[sizeof(wl->chip.phy_fw_ver_str) - 1] = '\0'; in wl18xx_handle_static_data()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h124 char phy_fw_ver_str[ETHTOOL_FWVERS_LEN]; member
Ddebugfs.c508 DRIVER_STATE_PRINT_STR(chip.phy_fw_ver_str); in driver_state_read()