Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/hci/
Dllc_shdlc.c52 bool srej_support; member
409 bool srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_rcv_u_frame() local
427 srej_support = skb->data[1] & 0x01 ? true : in llc_shdlc_rcv_u_frame()
431 (SHDLC_SREJ_SUPPORT || (srej_support == false))) { in llc_shdlc_rcv_u_frame()
433 shdlc->srej_support = srej_support; in llc_shdlc_rcv_u_frame()
779 shdlc->srej_support = SHDLC_SREJ_SUPPORT; in llc_shdlc_init()