aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athrate.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-10-27 16:58:06 +0000
committerSam Leffler <sam@FreeBSD.org>2008-10-27 16:58:06 +0000
commit1eb911a5cc5bb74988fd2c4d9fd79e22b9063abe (patch)
tree9b1164abe7b4bca8837d852efbaeeababa76d023 /sys/dev/ath/if_athrate.h
parente66b0905fc81ab66d296392aeb0e40dfa2fef82e (diff)
downloadsrc-1eb911a5cc5bb74988fd2c4d9fd79e22b9063abe.tar.gz
src-1eb911a5cc5bb74988fd2c4d9fd79e22b9063abe.zip
now that the new association callback is used when joining a bss we can
eliminate the ath_rate_newassoc callback and associated code
Notes
Notes: svn path=/head/; revision=184346
Diffstat (limited to 'sys/dev/ath/if_athrate.h')
-rw-r--r--sys/dev/ath/if_athrate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h
index 3ad287af5aa3..189db10d8517 100644
--- a/sys/dev/ath/if_athrate.h
+++ b/sys/dev/ath/if_athrate.h
@@ -97,12 +97,6 @@ void ath_rate_node_cleanup(struct ath_softc *, struct ath_node *);
*/
void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
int isNewAssociation);
-/*
- * Update/reset rate control state for 802.11 state transitions.
- * Important mostly as the analog to ath_rate_newassoc when operating
- * in station mode.
- */
-void ath_rate_newstate(struct ieee80211vap *, enum ieee80211_state);
/*
* Transmit handling.