Skip to content

Commit

Permalink
Fix compilation on WSL2 6.1 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
TBM13 committed Apr 21, 2023
1 parent 7c76e83 commit 877c35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl8xxxu_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7316,7 +7316,7 @@ static int rtl8xxxu_sta_remove(struct ieee80211_hw *hw,

static const struct ieee80211_ops rtl8xxxu_ops = {
.tx = rtl8xxxu_tx,
.wake_tx_queue = ieee80211_handle_wake_tx_queue,
//.wake_tx_queue = ieee80211_handle_wake_tx_queue,
.add_interface = rtl8xxxu_add_interface,
.remove_interface = rtl8xxxu_remove_interface,
.config = rtl8xxxu_config,
Expand Down

0 comments on commit 877c35d

Please sign in to comment.