wifi: realtek: remove duplicated wake_tx_queue
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Oct 2022 17:17:46 +0000 (19:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Oct 2022 17:18:32 +0000 (19:18 +0200)
commit53d0ce0c56d9330f137936b8850d4a5f2f70907d
treebd8870c3a32290f8cb75c9ff2d379c5d2ad07e61
parent107395f9cf4419fa29b553a00872a27e579ae304
wifi: realtek: remove duplicated wake_tx_queue

By accident, the previous patch duplicated the initialization
of the wake_tx_queue callback. Fix that by removing the new
initializations.

Fixes: a790cc3a4fad ("wifi: mac80211: add wake_tx_queue callback to drivers")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/realtek/rtw88/mac80211.c
drivers/net/wireless/realtek/rtw89/mac80211.c