[Bluetooth]: Add endian annotations to the core
[pandora-kernel.git] / include / net / bluetooth / hci_core.h
index 7f933f3..adb9450 100644 (file)
@@ -44,7 +44,7 @@ struct inquiry_data {
        __u8            pscan_period_mode;
        __u8            pscan_mode;
        __u8            dev_class[3];
-       __u16           clock_offset;
+       __le16          clock_offset;
        __s8            rssi;
 };