Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wireless/
Dairo.c1698 static int readStatusRid(struct airo_info*ai, StatusRid *statr, int lock) { in readStatusRid() argument
1699 int rc = PC4500_readrid(ai, RID_STATUS, statr, sizeof(*statr), lock); in readStatusRid()
1702 statr->len = le16_to_cpu(statr->len); in readStatusRid()
1703 for(s = &statr->mode; s <= &statr->SSIDlen; s++) *s = le16_to_cpu(*s); in readStatusRid()
1705 for(s = &statr->beaconPeriod; s <= &statr->shortPreamble; s++) in readStatusRid()
1707 statr->load = le16_to_cpu(statr->load); in readStatusRid()
1708 statr->assocStatus = le16_to_cpu(statr->assocStatus); in readStatusRid()