Skip to content

Commit

Permalink
mt76x2u: main: fix typo setting sta_state mac80211 callback
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Nov 16, 2018
1 parent d0fdf01 commit 96b3b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt76x2/usb_main.c
Expand Up @@ -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,
Expand Down

0 comments on commit 96b3b3d

Please sign in to comment.