Searched refs:Mac_Mib_Type (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | atmel.c | 252 #define Mac_Mib_Type 0x03 macro 3432 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_RTS_THRESHOLD_POS, priv->rts_threshold); in reset_atmel_card() 3433 atmel_set_mib16(priv, Mac_Mib_Type, MAC_MIB_FRAG_THRESHOLD_POS, priv->frag_threshold); in reset_atmel_card() 3434 atmel_set_mib8(priv, Mac_Mib_Type, MAC_MIB_SHORT_RETRY_POS, priv->short_retry); in reset_atmel_card() 3435 atmel_set_mib8(priv, Mac_Mib_Type, MAC_MIB_LONG_RETRY_POS, priv->long_retry); in reset_atmel_card()
|