Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ozwpan/
Dozprotocol.h58 #define OZ_F_ACK_REQUESTED 0x80 macro
Dozpd.c407 (OZ_PROTOCOL_VERSION<<OZ_VERSION_SHIFT) | OZ_F_ACK_REQUESTED; in oz_prepare_frame()
Dozproto.c374 if ((oz_hdr->control & OZ_F_ACK_REQUESTED) && in oz_rx_frame()