From 96b3b3d60da10fc64ce56d06e431bf2e3f9a4514 Mon Sep 17 00:00:00 2001 From: Lorenzo Bianconi Date: Fri, 16 Nov 2018 13:25:51 +0100 Subject: [PATCH] mt76x2u: main: fix typo setting sta_state mac80211 callback Signed-off-by: Lorenzo Bianconi --- mt76x2/usb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mt76x2/usb_main.c b/mt76x2/usb_main.c index 0f2438fd6..2b48cc51a 100644 --- a/mt76x2/usb_main.c +++ b/mt76x2/usb_main.c @@ -127,7 +127,7 @@ const struct ieee80211_ops mt76x2u_ops = { .stop = mt76x2u_stop, .add_interface = mt76x2u_add_interface, .remove_interface = mt76x02_remove_interface, - .sta_state = mt76x02_sta_state, + .sta_state = mt76_sta_state, .set_key = mt76x02_set_key, .ampdu_action = mt76x02_ampdu_action, .config = mt76x2u_config,