diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-07-22 17:54:40 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-07-22 17:54:40 +0000 |
| commit | 641b4d0b2d0d37368adb64d2ed213809f7eb4745 (patch) | |
| tree | 9cd124accb874ce056754f5c8fb49332bd18bf0e /sys/dev/ath | |
| parent | 0677adcdb0d77ae827abc0ba295e30bf326ee1eb (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 65d2892de55fc..bbdba2ae7b1aa 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -2601,7 +2601,7 @@ ath_recv_mgmt(struct ieee80211com *ic, struct mbuf *m, "ibss merge, rstamp %u tsf %ju " "tstamp %ju\n", rstamp, (uintmax_t)tsf, (uintmax_t)ni->ni_tstamp.tsf); - (void) ieee80211_ibss_merge(ic, ni); + (void) ieee80211_ibss_merge(ni); } } break; |
