Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369400
b: refs/heads/master
c: a13fbe5
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and Johannes Berg committed Apr 8, 2013
1 parent 6208d13 commit 46d2133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 78e443e4c66b6e9391252f0080a06831259ada3a
refs/heads/master: a13fbe549fded5b77e020d4e08f1f74e212cc543
8 changes: 5 additions & 3 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1988,13 +1988,15 @@ static void ieee80211_mgd_probe_ap(struct ieee80211_sub_if_data *sdata,
goto out;
}

if (beacon)
if (beacon) {
mlme_dbg_ratelimited(sdata,
"detected beacon loss from AP (missed %d beacons) - probing\n",
beacon_loss_count);

ieee80211_cqm_rssi_notify(&sdata->vif,
NL80211_CQM_RSSI_BEACON_LOSS_EVENT, GFP_KERNEL);
ieee80211_cqm_rssi_notify(&sdata->vif,
NL80211_CQM_RSSI_BEACON_LOSS_EVENT,
GFP_KERNEL);
}

/*
* The driver/our work has already reported this event or the
Expand Down

0 comments on commit 46d2133

Please sign in to comment.