Searched refs:tallies (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_info.c11 struct hfa384x_comm_tallies *tallies; local
19 tallies = (struct hfa384x_comm_tallies *) buf;
21 local->comm_tallies.name += le16_to_cpu(tallies->name)
51 struct hfa384x_comm_tallies32 *tallies; local
59 tallies = (struct hfa384x_comm_tallies32 *) buf;
61 local->comm_tallies.name += le32_to_cpu(tallies->name)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.c341 /* We can't really wait for the tallies inquiry command to
343 * a new tallies inquiry command for next time - Jean II */
1111 struct hermes_tallies_frame tallies; local
1114 if (len > sizeof(tallies)) {
1117 len = sizeof(tallies);
1120 err = hermes_bap_pread(hw, IRQ_BAP, &tallies, len,
1128 le16_to_cpu(tallies.RxWEPUndecryptable);
1129 if (len == sizeof(tallies))
1131 le16_to_cpu(tallies.RxDiscards_WEPICVError) +
1132 le16_to_cpu(tallies
[all...]

Completed in 59 milliseconds