Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24751
b: refs/heads/master
c: d94606e
h: refs/heads/master
i:
  24749: 0a55016
  24747: 3ad96d3
  24743: 2134620
  24735: 188490b
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Mar 27, 2006
1 parent 6376e69 commit 3f43f84
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: cfa146e4be274fd04bfdb26b3c96cdfe81a43dc2
refs/heads/master: d94606e058fccf5e22537bcc6d0f297224350303
4 changes: 2 additions & 2 deletions trunk/net/ieee80211/ieee80211_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const char *ieee80211_modes[] = {
};

#define MAX_CUSTOM_LEN 64
static char *ipw2100_translate_scan(struct ieee80211_device *ieee,
static char *ieee80211_translate_scan(struct ieee80211_device *ieee,
char *start, char *stop,
struct ieee80211_network *network)
{
Expand Down Expand Up @@ -274,7 +274,7 @@ int ieee80211_wx_get_scan(struct ieee80211_device *ieee,

if (ieee->scan_age == 0 ||
time_after(network->last_scanned + ieee->scan_age, jiffies))
ev = ipw2100_translate_scan(ieee, ev, stop, network);
ev = ieee80211_translate_scan(ieee, ev, stop, network);
else
IEEE80211_DEBUG_SCAN("Not showing network '%s ("
MAC_FMT ")' due to age (%dms).\n",
Expand Down

0 comments on commit 3f43f84

Please sign in to comment.