Searched defs:ath_vendor_cmd (Results 1 – 1 of 1) sorted by relevance
57 struct ath_vendor_cmd { struct58 __u8 opcode;59 __le16 index;60 __u8 len;61 __u8 data[251];158 static int ath_vendor_cmd(struct hci_dev *hdev, uint8_t opcode, uint16_t index, in ath_vendor_cmd() function