iwlwifi: mvm: remove unused static inline function
Signed-off-by: Avri Altman <avri.altman@intel.com> Reviewed-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
ad25c1ee55
commit
6d93affd3a
|
@ -828,12 +828,6 @@ static inline void iwl_trans_ac_txq_enable(struct iwl_trans *trans, int queue,
|
|||
iwl_trans_txq_enable_cfg(trans, queue, 0, &cfg);
|
||||
}
|
||||
|
||||
static inline void
|
||||
iwl_trans_txq_enable_no_scd(struct iwl_trans *trans, int queue, u16 ssn)
|
||||
{
|
||||
iwl_trans_txq_enable_cfg(trans, queue, ssn, NULL);
|
||||
}
|
||||
|
||||
static inline int iwl_trans_wait_tx_queue_empty(struct iwl_trans *trans,
|
||||
u32 txq_bm)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue