Home
last modified time | relevance | path

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

/drivers/net/wireless/b43legacy/
Dmain.c985 u16 tim_position; in b43legacy_write_beacon_template() local
997 tim_position = sizeof(struct b43legacy_plcp_hdr6); in b43legacy_write_beacon_template()
998 tim_position += offsetof(struct ieee80211_mgmt, in b43legacy_write_beacon_template()
1000 tim_position += i; in b43legacy_write_beacon_template()
1005 B43legacy_SHM_SH_TIMPOS, tim_position); in b43legacy_write_beacon_template()
/drivers/net/wireless/b43/
Dmain.c1451 u16 tim_position; in b43_write_beacon_template() local
1463 tim_position = sizeof(struct b43_plcp_hdr6); in b43_write_beacon_template()
1464 tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable); in b43_write_beacon_template()
1465 tim_position += i; in b43_write_beacon_template()
1470 B43_SHM_SH_TIMBPOS, tim_position); in b43_write_beacon_template()