Date: Sun, 8 May 2011 11:49:50 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h Message-ID: <201105081149.p48Bnw5L089153@repoman.freebsd.org>
index | next in thread | raw e-mail
bschmidt 2011-05-08 11:49:50 UTC
FreeBSD src repository
Modified files:
sys/dev/iwn if_iwn.c if_iwnreg.h if_iwnvar.h
Log:
SVN rev 221648 on 2011-05-08 11:49:50Z by bschmidt
Prepare for transmitting frames at MCS rates:
- instead of calling iwn_plcp_signal() for every frame, map the expected
value directly within wn->ridx
- concat plcp, rflags and xrflags, there is no clean byte boundary within
the flags, for example the antenna setting uses bit 6, 7 and 8
- there is still need for a custom rate to plcp mapping, as those expected
by the hardware are not conform to the std
Revision Changes Path
1.104 +58 -48 src/sys/dev/iwn/if_iwn.c
1.18 +7 -39 src/sys/dev/iwn/if_iwnreg.h
1.24 +1 -1 src/sys/dev/iwn/if_iwnvar.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105081149.p48Bnw5L089153>
