Skip to content

Commit

Permalink
mac80211: fix typo in debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Michael Braun authored and Johannes Berg committed Mar 30, 2015
1 parent 8f9c77f commit 6a8b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6a8b4ad

Please sign in to comment.