[PATCH 2/3 V2] staging: cxt1e1: count fragmented packet properly.

2014-06-30 Thread Daeseok Youn
OS_mem_token_tlen() is same return value as OS_mem_token_len(). That means packet count is always 1. So OS_mem_token_tlen() must be total length of packet and OS_mem_token_len() has a length of fragmented packet. And then it can count total count of fragmented packets properly. And

[PATCH 2/3 V2] staging: cxt1e1: count fragmented packet properly.

2014-06-30 Thread Daeseok Youn
OS_mem_token_tlen() is same return value as OS_mem_token_len(). That means packet count is always 1. So OS_mem_token_tlen() must be total length of packet and OS_mem_token_len() has a length of fragmented packet. And then it can count total count of fragmented packets properly. And