Re: [PATCH wpan 2/2] net: mac802154: tx: expand tailroom if necessary

2018-08-06 Thread Stefan Schmidt
Hello. On 07/02/2018 10:32 PM, Alexander Aring wrote: > This patch is necessary if case of AF_PACKET or other socket interface > which I am aware of it and didn't allocated the necessary room. > > Reported-by: David Palma > Reported-by: Rabi Narayan Sahoo > Signed-off-by: Alexander Aring > ---

[PATCH wpan 2/2] net: mac802154: tx: expand tailroom if necessary

2018-07-02 Thread Alexander Aring
This patch is necessary if case of AF_PACKET or other socket interface which I am aware of it and didn't allocated the necessary room. Reported-by: David Palma Reported-by: Rabi Narayan Sahoo Signed-off-by: Alexander Aring --- net/mac802154/tx.c | 15 ++- 1 file changed, 14 inserti