Searched defs:ath_vendor_cmd (Results 1 – 1 of 1) sorted by relevance
43 struct ath_vendor_cmd { struct44 __u8 opcode;45 __le16 index;46 __u8 len;47 __u8 data[251];147 static int ath_vendor_cmd(struct hci_dev *hdev, uint8_t opcode, uint16_t index, in ath_vendor_cmd() function