> Message: 6 > Date: Thu, 24 Jan 2013 12:23:55 -0500 > From: Ramanujan Seshadri <ksramanu...@gmail.com> > To: freebsd-net@freebsd.org > Subject: Block ACK in Ralink RT2860 > Message-ID: > <CAK=c58kya80kgvqenhj8xekmkkdnhnmbqkzoykq-k6r_7v4...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > I am trying to read the contents of block ack's in a Ralink RT2860 driver. > Can you please help me to know which function i should be looking into ?
At default, all BA packets are dropped by h/w. Clear RT2860_DROP_BA flag at http://fxr.watson.org/fxr/source/dev/ral/rt2860.c#L3559 Then, the diver should receive BA packets, and you can read them. AK _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"