Fix hci_get_dev_list() for big endian machines.
It has to use sizeof() of the actual structure instead of sizeof(__u16).
Showing
Please register or sign in to comment
It has to use sizeof() of the actual structure instead of sizeof(__u16).