commit | fb3c19bc9687d972b83faf366b38ac807eca8f25 | [log] [tgz] |
---|---|---|
author | Yogesh Ashok Powar <yogeshp@marvell.com> | Mon Jun 06 14:53:02 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 07 14:44:03 2011 -0400 |
tree | 0426abe754c359684ca5d0e567395015934a717a | |
parent | a8fe32937e4e55c9ed73c79800198d137a1b968a [diff] |
mwifiex: adding check for enough space before padding All MSDUs, except the last one in an AMSDU, should end up at 4 bytes boundary. There is need to check if enough skb_tailroom space exists before padding the skb. Also re-arranging code for better readablity. Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>