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

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c900 tiwlan_req_t tmp_req; local
910 tmp_req.u.req.p1 = 0x1234;
911 tmp_req.u.req.p2 = 0x4321;
912 tmp_req.u.req.p3 = 0x1221;
913 tmp_req.u.req.p4 = 0x4334;
914 tmp_req.u.req.reply_expected = 0x50;
918 if ((tmp_req.u.req.p1 != 0x1234) || (tmp_req.u.req.p2 != 0x4321) || (tmp_req.u.req.p3 != 0x1221) || (tmp_req
[all...]

Completed in 43 milliseconds