Merge branch 'mhi-ath11k-immutable' into mhi-next
This commit is contained in:
commit
7b7e4cee02
5 changed files with 6 additions and 16 deletions
|
|
@ -214,7 +214,6 @@ enum mhi_db_brst_mode {
|
|||
* @offload_channel: The client manages the channel completely
|
||||
* @doorbell_mode_switch: Channel switches to doorbell mode on M0 transition
|
||||
* @auto_queue: Framework will automatically queue buffers for DL traffic
|
||||
* @auto_start: Automatically start (open) this channel
|
||||
* @wake-capable: Channel capable of waking up the system
|
||||
*/
|
||||
struct mhi_channel_config {
|
||||
|
|
@ -232,7 +231,6 @@ struct mhi_channel_config {
|
|||
bool offload_channel;
|
||||
bool doorbell_mode_switch;
|
||||
bool auto_queue;
|
||||
bool auto_start;
|
||||
bool wake_capable;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue