forked from Minki/linux
Staging: rtl8192u: ieee80211: remove odd backslash.
This backslash should be deleted - looks like leftover and not needed. Signed-off-by: Dmitrii Wolf <dev.dragon@bk.ru> Link: https://lore.kernel.org/r/20210411120301.6549-1-dev.dragon@bk.ru Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
16ae2044e9
commit
9e74999b1a
@ -2052,7 +2052,7 @@ void ieee80211_softmac_xmit(struct ieee80211_txb *txb, struct ieee80211_device *
|
||||
#else
|
||||
if ((skb_queue_len(&ieee->skb_waitQ[queue_index]) != 0) ||
|
||||
#endif
|
||||
(!ieee->check_nic_enough_desc(ieee->dev, queue_index)) || \
|
||||
(!ieee->check_nic_enough_desc(ieee->dev, queue_index)) ||
|
||||
(ieee->queue_stop)) {
|
||||
/* insert the skb packet to the wait queue */
|
||||
/* as for the completion function, it does not need
|
||||
|
Loading…
Reference in New Issue
Block a user