Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21074
b: refs/heads/master
c: 72df16f
h: refs/heads/master
v: v3
  • Loading branch information
Hong Liu authored and John W. Linville committed Mar 15, 2006
1 parent d2bb8d6 commit 6d56462
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: 0df7861240b3484dea52d1f5782c69fd95b6cf23
refs/heads/master: 72df16f109b73be37977a26d342e9103e8851cb6
4 changes: 2 additions & 2 deletions trunk/net/ieee80211/ieee80211_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,10 +1417,10 @@ static void ieee80211_process_probe_response(struct ieee80211_device

if (is_beacon(beacon->header.frame_ctl)) {
if (ieee->handle_beacon != NULL)
ieee->handle_beacon(dev, beacon, &network);
ieee->handle_beacon(dev, beacon, target);
} else {
if (ieee->handle_probe_response != NULL)
ieee->handle_probe_response(dev, beacon, &network);
ieee->handle_probe_response(dev, beacon, target);
}
}

Expand Down

0 comments on commit 6d56462

Please sign in to comment.