Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)
[linux-2.6-microblaze.git] / drivers / bluetooth / btintel.h
index e0060e5..8e7da87 100644 (file)
@@ -137,6 +137,19 @@ struct intel_offload_use_cases {
        __u8    preset[8];
 } __packed;
 
+/* structure to store the PPAG data read from ACPI table */
+struct btintel_ppag {
+       u32     domain;
+       u32     mode;
+       struct hci_dev *hdev;
+};
+
+struct btintel_loc_aware_reg {
+       __le32 mcc;
+       __le32 sel;
+       __le32 delta;
+} __packed;
+
 #define INTEL_HW_PLATFORM(cnvx_bt)     ((u8)(((cnvx_bt) & 0x0000ff00) >> 8))
 #define INTEL_HW_VARIANT(cnvx_bt)      ((u8)(((cnvx_bt) & 0x003f0000) >> 16))
 #define INTEL_CNVX_TOP_TYPE(cnvx_top)  ((cnvx_top) & 0x00000fff)