Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c600 static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index,
3130 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, in associate()
3138 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, in associate()
3144 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, in associate()
3214 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, in atmel_join_bss()
4004 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_RTS_THRESHOLD_POS, priv->rts_threshold); in reset_atmel_card()
4005 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_FRAG_THRESHOLD_POS, priv->frag_threshold); in reset_atmel_card()
4012 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, MAC_MGMT_MIB_LISTEN_INTERVAL_POS, 1); in reset_atmel_card()
4013 atmel_set_mib16(priv, Mac_Mgmt_Mib_Type, MAC_MGMT_MIB_BEACON_PER_POS, priv->default_beacon_period); in reset_atmel_card()
4093 static void atmel_set_mib16(struct atmel_private *priv, u8 type, u8 index, in atmel_set_mib16() function