Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_wimax.c119 u16 hci_cmd = (buf[0]<<8) | buf[1]; in gdm_wimax_event_rcv() local
122 netdev_dbg(dev, "H=>D: 0x%04x(%d)\n", hci_cmd, hci_len); in gdm_wimax_event_rcv()
201 u16 hci_cmd = ((u8)buf[0]<<8) | (u8)buf[1]; in gdm_wimax_event_send() local
204 netdev_dbg(dev, "D=>H: 0x%04x(%d)\n", hci_cmd, hci_len); in gdm_wimax_event_send()