No subject
Sat Mar 15 08:16:22 EDT 2008
<br>
---<br>
/*<br>
* RSSI threshold register<br>
*/<br>
#define AR5K_RSSI_THR 0x8018 /* Register Address */<br>
#define AR5K_RSSI_THR_M 0x000000ff /* Mask for<br>
RSSI threshold [5211+] */<br>
#define AR5K_RSSI_THR_BMISS_5210 0x00000700 /* Mask for<br>
Beacon Missed threshold [5210] */<br>
#define AR5K_RSSI_THR_BMISS_5210_S 8<br>
#define AR5K_RSSI_THR_BMISS_5211 0x0000ff00 /* Mask for<br>
Beacon Missed threshold [5211+] */<br>
#define AR5K_RSSI_THR_BMISS_5211_S 8<br>
#define AR5K_RSSI_THR_BMISS (ah->ah_version == AR5K_AR5210 ? \<br>
AR5K_RSSI_THR_BMISS_5210 :<br>
AR5K_RSSI_THR_BMISS_5211)<br>
#define AR5K_RSSI_THR_BMISS_S 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't be able to complete a reset with the card (this will time out).<br>
<br>
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