diff options
author | adrian <adrian@FreeBSD.org> | 2013-03-19 17:55:36 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-03-19 17:55:36 +0000 |
commit | 8ad0df8659988b96025ff02d4d541bcc89ee51ba (patch) | |
tree | 79d25743441272ffec707ba184e55e28c60ee690 | |
parent | 83430af28239ffb8229aa2dcda281c78d1307126 (diff) | |
download | FreeBSD-src-8ad0df8659988b96025ff02d4d541bcc89ee51ba.zip FreeBSD-src-8ad0df8659988b96025ff02d4d541bcc89ee51ba.tar.gz |
Add more TODO items.
-rw-r--r-- | sys/dev/ath/if_ath_beacon.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_beacon.c b/sys/dev/ath/if_ath_beacon.c index 51467cd..267a9fd 100644 --- a/sys/dev/ath/if_ath_beacon.c +++ b/sys/dev/ath/if_ath_beacon.c @@ -570,7 +570,14 @@ ath_beacon_generate(struct ath_softc *sc, struct ieee80211vap *vap) /* * Move frames from the s/w mcast q to the h/w cab q. - * XXX MORE_DATA bit + * XXX TODO: walk the list, update MORE_DATA bit + * XXX TODO: or maybe, set the MORE data bit in the + * TX descriptor(s) here? + * + * XXX TODO: we're still pushing a CABQ frame list to + * AR9380 hosts; but we don't (yet) populate + * the ATH_BUF_BUSY flag in the EDMA + * completion task (for CABQ, though!) */ bfm = TAILQ_FIRST(&avp->av_mcastq.axq_q); if (cabq->axq_link != NULL) { |