- Timestamp:
- 10/12/06 11:35:50 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- bf0f554
- Parents:
- 7c3be58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/link_wireless.c
r273a08e r73da4ae 403 403 switch (linktype) { 404 404 case TRACE_TYPE_80211_RADIO: 405 if (( p = ( int8_t *) trace_get_radiotap_field(link,406 405 if (( p = (uint8_t *) trace_get_radiotap_field(link, 406 TRACE_RADIOTAP_DBM_ANTNOISE))) { 407 407 *strength = *p; 408 408 return true;
Note: See TracChangeset
for help on using the changeset viewer.