|
Subject: ask for help about link adaption Newsgroups: gmane.linux.drivers.madwifi.devel Date: 2008-08-26 08:34:07 GMT (19 weeks, 3 days, 20 hours and 5 minutes ago)
Hi: ALL. I want to do some research about link adpatation via snr.I have one problem to look for answer here. In this scenario, A and B are two nodes in one same IEEE 802.11 wlan. when node A send one packet to node B,how can I make node A get the snr value of the packet when the packet reachs node B. {{{ struct ath_tx_status { u_int16_t ts_seqnum; /* h/w assigned sequence number */ u_int16_t ts_tstamp; /* h/w assigned timestamp */ u_int8_t ts_status; /* frame status, 0 => xmit ok */ u_int8_t ts_rate; /* h/w transmit rate index */ #define HAL_TXSTAT_ALTRATE 0x80 /* alternate xmit rate used */ int8_t ts_rssi; /* tx ack RSSI */ u_int8_t ts_shortretry; /* # short retries */ u_int8_t ts_longretry; /* # long retries */ u_int8_t ts_virtcol; /* virtual collision count */ u_int8_t ts_antenna; /* antenna information */ }; }}} In this structure, there is one memeber named ts_rssi, what is it for? who can explain it to me detailedly, not only the comment tx ack RSSI. Thanks for your help very much! ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Madwifi-devel mailing list Madwifi-devel <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/madwifi-devel |
|
|