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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_sanity.c213 struct rt_frame_delba_req * pDelFrame; local
220 pDelFrame = (struct rt_frame_delba_req *) (pMsg);
222 *(u16 *) (&pDelFrame->DelbaParm) =
223 cpu2le16(*(u16 *) (&pDelFrame->DelbaParm));
224 pDelFrame->ReasonCode = cpu2le16(pDelFrame->ReasonCode);
226 if (pDelFrame->DelbaParm.TID & 0xfff0)
H A Dba_action.c1223 struct rt_frame_delba_req * pDelFrame = NULL; local
1228 pDelFrame = (struct rt_frame_delba_req *) (&Elem->Msg[0]);
1229 if (pDelFrame->DelbaParm.Initiator == ORIGINATOR) {
1233 pDelFrame->DelbaParm.TID, TRUE);
1237 pDelFrame->ReasonCode));
1238 /*hex_dump("DelBA Frame", pDelFrame, Elem->MsgLen); */
1240 pDelFrame->DelbaParm.TID, TRUE,

Completed in 59 milliseconds