On 05/20/2013 01:15 AM, Wei Yang wrote: > In structure e1000_rx_desc_packet_split, the size of wb.upper.length is > defined by a digit. This may introduce some problem when the lenght is > changed. > > This patch use the marco PS_PAGE_BUFFERS for the definition. And move the > definition to hw.h. > > Signed-off-by: Wei Yang > --- > drivers/net/ethernet/intel/e1000e/e1000.h | 3 --- > drivers/net/ethernet/intel/e1000e/hw.h | 5 ++++- > 2 files changed, 4 insertions(+), 4 deletions(-) Thanks, I have added the patch to my queue for e1000e.