layer1: remove second memory copy on normal burst receive
authorHarald Welte <laforge@gnumonks.org>
Sat, 29 May 2010 10:57:48 +0000 (12:57 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sat, 29 May 2010 10:57:48 +0000 (12:57 +0200)
commitf4fbafded49600f42b902e8fca66f37b433aceb4
tree37176d0ac8db5958bf327c15f9169d0cfd1c2155
parent5e2f9900e5d05b27b823aa3843539ba51f141a1d
layer1: remove second memory copy on normal burst receive

Rather than copying everythin from DSP to the global/static rxnb data structure
only to copy it later into the L1CTL message, we can allocate the L1CTL message
in advance and directly fill it.
src/target/firmware/layer1/prim_rx_nb.c