No subject


Sat Mar 15 08:16:22 EDT 2008


<br>
---<br>
/*<br>
&nbsp;* RSSI threshold register<br>
&nbsp;*/<br>
#define AR5K_RSSI_THR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x8018 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/* Register Address */<br>
#define AR5K_RSSI_THR_M &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x000000ff &nbsp; &nbsp; &nbsp;/* Mask for<br>
RSSI threshold [5211+] */<br>
#define AR5K_RSSI_THR_BMISS_5210 &nbsp; &nbsp; &nbsp; &nbsp;0x00000700 &nbsp; &nbsp; &nbsp;/* Mask for<br>
Beacon Missed threshold [5210] */<br>
#define AR5K_RSSI_THR_BMISS_5210_S &nbsp; &nbsp; &nbsp;8<br>
#define AR5K_RSSI_THR_BMISS_5211 &nbsp; &nbsp; &nbsp; &nbsp;0x0000ff00 &nbsp; &nbsp; &nbsp;/* Mask for<br>
Beacon Missed threshold [5211+] */<br>
#define AR5K_RSSI_THR_BMISS_5211_S &nbsp; &nbsp; &nbsp;8<br>
#define AR5K_RSSI_THR_BMISS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (ah-&gt;ah_version == AR5K_AR5210 ? \<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AR5K_RSSI_THR_BMISS_5210 :<br>
AR5K_RSSI_THR_BMISS_5211)<br>
#define AR5K_RSSI_THR_BMISS_S &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8<br>
---<br>
<br>
You want to write to the AR5K_RSSI_THR register but as the comments<br>
indicate be sure to also set a value for THR_BMISS as otherwise you<br>
won&#39;t be able to complete a reset with the card (this will time out).<br>
<br>
 &nbsp;Luis<br>
_______________________________________________<br>
orbit-user mailing list<br>
<a href="mailto:orbit-user at orbit-lab.org">orbit-user at orbit-lab.org</a><br>
<a href="http://orbit-lab.org/cgi-bin/mailman/listinfo/orbit-user" target="_blank">http://orbit-lab.org/cgi-bin/mailman/listinfo/orbit-user</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Rajesh Mahindra<br>Assistant Researcher<br>NEC Laboratories America<br>Princeton

------=_Part_12321_28690112.1206474430319--


More information about the orbit-user mailing list