Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352650
b: refs/heads/master
c: 112c31f
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Feb 11, 2013
1 parent 1eadca7 commit d8e7a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9e124fbd8cbea974b5dc7e9dafddd17d21df7e2
refs/heads/master: 112c31f095a7106fbb3ced0dae50aa9b36ac2662
4 changes: 2 additions & 2 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata,

if (beacon)
mlme_dbg_ratelimited(sdata,
"detected beacon loss from AP - sending probe request\n");
"detected beacon loss from AP - probing\n");

ieee80211_cqm_rssi_notify(&sdata->vif,
NL80211_CQM_RSSI_BEACON_LOSS_EVENT, GFP_KERNEL);
Expand Down Expand Up @@ -2641,7 +2641,7 @@ static void ieee80211_rx_mgmt_beacon(struct ieee80211_sub_if_data *sdata,

if (ifmgd->flags & IEEE80211_STA_BEACON_POLL) {
mlme_dbg_ratelimited(sdata,
"cancelling probereq poll due to a received beacon\n");
"cancelling AP probe due to a received beacon\n");
mutex_lock(&local->mtx);
ifmgd->flags &= ~IEEE80211_STA_BEACON_POLL;
ieee80211_run_deferred_scan(local);
Expand Down

0 comments on commit d8e7a83

Please sign in to comment.