aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-10-27 16:46:50 +0000
committerSam Leffler <sam@FreeBSD.org>2008-10-27 16:46:50 +0000
commite66b0905fc81ab66d296392aeb0e40dfa2fef82e (patch)
tree3ce19da60bdf6db3713c58b48e39561d4276c21a /sys/dev/ath
parent9b35f11ea5d6cb26475879bfd89f7a6a66f2fe1f (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 4a4395c64e72..b4a8dd880b4e 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -5722,10 +5722,6 @@ ath_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
break;
case IEEE80211_M_STA:
/*
- * Fakeup since we're not called by net80211.
- */
- ath_newassoc(ni, 1);
- /*
* Defer beacon timer configuration to the next
* beacon frame so we have a current TSF to use
* (any TSF collected when scanning is likely old).