mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs.
It's found, amongst other things, in the Acer Chromebook (Intel) devices. Tested: * AR9462 (WB222) Obtained from: Qualcomm Atheros
This commit is contained in:
parent
325180bf29
commit
335b1a6beb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277275
@ -1589,6 +1589,18 @@ struct ath_hal {
|
||||
void __ahdecl(*ah_btCoexDisable)(struct ath_hal *);
|
||||
int __ahdecl(*ah_btCoexEnable)(struct ath_hal *);
|
||||
|
||||
/* Bluetooth MCI methods */
|
||||
void __ahdecl(*ah_btMciSetup)(struct ath_hal *,
|
||||
uint32_t, void *, uint16_t, uint32_t);
|
||||
HAL_BOOL __ahdecl(*ah_btMciSendMessage)(struct ath_hal *,
|
||||
uint8_t, uint32_t, uint32_t *, uint8_t,
|
||||
HAL_BOOL, HAL_BOOL);
|
||||
uint32_t __ahdecl(*ah_btMciGetInterrupt)(struct ath_hal *,
|
||||
uint32_t *, uint32_t *);
|
||||
uint32_t __ahdecl(*ah_btMciGetState)(struct ath_hal *,
|
||||
uint32_t, uint32_t *);
|
||||
void __ahdecl(*ah_btMciDetach)(struct ath_hal *);
|
||||
|
||||
/* LNA diversity configuration */
|
||||
void __ahdecl(*ah_divLnaConfGet)(struct ath_hal *,
|
||||
HAL_ANT_COMB_CONFIG *);
|
||||
|
Loading…
Reference in New Issue
Block a user