diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-03-30 19:28:00 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-03-30 19:28:00 +0000 |
| commit | cc60079bc7f2a31621309c30a3775febaf53ad63 (patch) | |
| tree | e75e335efcba4e9af15d5db2f4da77e2f0d195ed | |
| parent | 6fb1610fa37b370cae78eae5508c1894f4aff18f (diff) | |
Notes
| -rw-r--r-- | tools/tools/ath/80211watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/80211watch.c b/tools/tools/ath/80211watch.c index f07f1fdab0615..c169f996c6e43 100644 --- a/tools/tools/ath/80211watch.c +++ b/tools/tools/ath/80211watch.c @@ -339,7 +339,7 @@ print_rtmsg(struct rt_msghdr *rtm, int msglen) case RTM_IEEE80211_JOIN: case RTM_IEEE80211_REJOIN: printf("%s station %sjoin", - ifan->ifna_what == RTM_IEEE80211_REJOIN ? "re" : "", + ifan->ifan_what == RTM_IEEE80211_REJOIN ? "re" : "", ether_sprintf(V(ieee80211_join_event)->iev_addr)); break; case RTM_IEEE80211_LEAVE: |
