Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a8b4adb authored by Michael Braun's avatar Michael Braun Committed by Johannes Berg
Browse files

mac80211: fix typo in debug output

parent 8f9c77fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2300,7 +2300,7 @@ int __ieee80211_request_smps_ap(struct ieee80211_sub_if_data *sdata,
	}

	ht_dbg(sdata,
	       "SMSP %d requested in AP mode, sending Action frame to %d stations\n",
	       "SMPS %d requested in AP mode, sending Action frame to %d stations\n",
	       smps_mode, atomic_read(&sdata->u.ap.num_mcast_sta));

	mutex_lock(&sdata->local->sta_mtx);