Re: [PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-20 Thread Ivan Safonov
On 10/20/2016 04:03 PM, Dan Carpenter wrote: On Wed, Oct 19, 2016 at 10:07:45PM +0700, Ivan Safonov wrote: To replace rx_data with pkt->data. Now pkt->data is equal to rx_data. I'm not smart enough to tell on my own... Is this a bugfix? It is not bugfix, only variable replacement.

Re: [PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-20 Thread Ivan Safonov
On 10/20/2016 04:03 PM, Dan Carpenter wrote: On Wed, Oct 19, 2016 at 10:07:45PM +0700, Ivan Safonov wrote: To replace rx_data with pkt->data. Now pkt->data is equal to rx_data. I'm not smart enough to tell on my own... Is this a bugfix? It is not bugfix, only variable replacement.

Re: [PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-20 Thread Dan Carpenter
On Wed, Oct 19, 2016 at 10:07:45PM +0700, Ivan Safonov wrote: > To replace rx_data with pkt->data. > Now pkt->data is equal to rx_data. > I'm not smart enough to tell on my own... Is this a bugfix? regards, dan carpenter

Re: [PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-20 Thread Dan Carpenter
On Wed, Oct 19, 2016 at 10:07:45PM +0700, Ivan Safonov wrote: > To replace rx_data with pkt->data. > Now pkt->data is equal to rx_data. > I'm not smart enough to tell on my own... Is this a bugfix? regards, dan carpenter

[PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-19 Thread Ivan Safonov
To replace rx_data with pkt->data. Now pkt->data is equal to rx_data. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_recv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h

[PATCH 17/37] staging:r8188eu: update pkt->data synchronously with rx_data

2016-10-19 Thread Ivan Safonov
To replace rx_data with pkt->data. Now pkt->data is equal to rx_data. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/include/rtw_recv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h