summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_athrate.h')
-rw-r--r--sys/dev/ath/if_athrate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h
index 189db10..55b99a2 100644
--- a/sys/dev/ath/if_athrate.h
+++ b/sys/dev/ath/if_athrate.h
@@ -102,6 +102,12 @@ void ath_rate_newassoc(struct ath_softc *, struct ath_node *,
* Transmit handling.
*/
/*
+ * Return the four TX rate index and try counts for the current data packet.
+ */
+void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
+ uint8_t rix0, uint8_t *rix, uint8_t *try);
+
+/*
* Return the transmit info for a data packet. If multi-rate state
* is to be setup then try0 should contain a value other than ATH_TXMATRY
* and ath_rate_setupxtxdesc will be called after deciding if the frame
OpenPOWER on IntegriCloud