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

/drivers/net/wireless/b43legacy/
H A Dmain.c1012 u16 tim_position; local
1024 tim_position = sizeof(struct b43legacy_plcp_hdr6);
1025 tim_position += offsetof(struct ieee80211_mgmt,
1027 tim_position += i;
1032 B43legacy_SHM_SH_TIMPOS, tim_position);
/drivers/net/wireless/b43/
H A Dmain.c1575 u16 tim_position; local
1587 tim_position = sizeof(struct b43_plcp_hdr6);
1588 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
1589 tim_position += i;
1594 B43_SHM_SH_TIMBPOS, tim_position);

Completed in 90 milliseconds