aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/ar3kconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ath6kl/include/ar3kconfig.h')
-rw-r--r--drivers/staging/ath6kl/include/ar3kconfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/ath6kl/include/ar3kconfig.h b/drivers/staging/ath6kl/include/ar3kconfig.h
index 5556660b270..b7c503975c1 100644
--- a/drivers/staging/ath6kl/include/ar3kconfig.h
+++ b/drivers/staging/ath6kl/include/ar3kconfig.h
@@ -45,12 +45,12 @@ typedef struct {
45 HIF_DEVICE *pHIFDevice; /* HIF layer device */ 45 HIF_DEVICE *pHIFDevice; /* HIF layer device */
46 46
47 A_UINT32 AR3KBaudRate; /* AR3K operational baud rate */ 47 A_UINT32 AR3KBaudRate; /* AR3K operational baud rate */
48 A_UINT16 AR6KScale; /* AR6K UART scale value */ 48 u16 AR6KScale; /* AR6K UART scale value */
49 A_UINT16 AR6KStep; /* AR6K UART step value */ 49 u16 AR6KStep; /* AR6K UART step value */
50 struct hci_dev *pBtStackHCIDev; /* BT Stack HCI dev */ 50 struct hci_dev *pBtStackHCIDev; /* BT Stack HCI dev */
51 A_UINT32 PwrMgmtEnabled; /* TLPM enabled? */ 51 A_UINT32 PwrMgmtEnabled; /* TLPM enabled? */
52 A_UINT16 IdleTimeout; /* TLPM idle timeout */ 52 u16 IdleTimeout; /* TLPM idle timeout */
53 A_UINT16 WakeupTimeout; /* TLPM wakeup timeout */ 53 u16 WakeupTimeout; /* TLPM wakeup timeout */
54 u8 bdaddr[6]; /* Bluetooth device address */ 54 u8 bdaddr[6]; /* Bluetooth device address */
55} AR3K_CONFIG_INFO; 55} AR3K_CONFIG_INFO;
56 56