Skip to content

Commit

Permalink
wifi: mac80211: remove stray printk
Browse files Browse the repository at this point in the history
Unfortunately, a printk snuck into a previous patch,
remove it.

Fixes: 81151ce ("wifi: mac80211: support MLO authentication/association with one link")
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
jmberg-intel committed Jul 15, 2022
1 parent 81151ce commit 8f5d9e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/wireless/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void cfg80211_rx_assoc_resp(struct net_device *dev,
/* need to have local link addresses for MLO connections */
WARN_ON(cr.ap_mld_addr && !cr.links[link_id].addr);

printk(KERN_CRIT "BSS pointer 0x%lx\n", (unsigned long)cr.links[link_id].bss);
BUG_ON(!cr.links[link_id].bss->channel);

if (cr.links[link_id].bss->channel->band == NL80211_BAND_S1GHZ) {
Expand Down

0 comments on commit 8f5d9e6

Please sign in to comment.