Home
last modified time | relevance | path

Searched refs:mib_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/
Dat76c50x-usb.c837 priv->mib_buf.type = MIB_MAC_MGMT; in at76_set_pm_mode()
838 priv->mib_buf.size = 1; in at76_set_pm_mode()
839 priv->mib_buf.index = offsetof(struct mib_mac_mgmt, power_mgmt_mode); in at76_set_pm_mode()
840 priv->mib_buf.data.byte = priv->pm_mode; in at76_set_pm_mode()
842 ret = at76_set_mib(priv, &priv->mib_buf); in at76_set_pm_mode()
854 priv->mib_buf.type = MIB_LOCAL; in at76_set_preamble()
855 priv->mib_buf.size = 1; in at76_set_preamble()
856 priv->mib_buf.index = offsetof(struct mib_local, preamble_type); in at76_set_preamble()
857 priv->mib_buf.data.byte = type; in at76_set_preamble()
859 ret = at76_set_mib(priv, &priv->mib_buf); in at76_set_preamble()
[all …]
Dat76c50x-usb.h440 struct set_mib_buffer mib_buf; /* global buffer for set_mib calls */ member