Skip to content

Commit

Permalink
rtl8723au_bt: Modify btusb_send_frame() to align skb data
Browse files Browse the repository at this point in the history
Some architectures require that skb->data be aligned on a 4-byte boundary.
To satisfy that need, and separate buffer is allocated and the data copied
to it before passing the buffer to the USB output routines.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
lwfinger committed Aug 1, 2014
1 parent ce2c77c commit f76716e
Showing 1 changed file with 1,693 additions and 1,674 deletions.

2 comments on commit f76716e

@rapidkaju
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you change newline? Would have been much easier if it could be done in two steps. That way I can at least look at just the change first.

@lwfinger
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I split the two steps.

Please sign in to comment.