2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00
linux-next/drivers/staging/vt6656
Heba Aamer 48eaa7f596 staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)
This patch fixes the following checkpatch.pl warning:
fix Prefer ether_addr_copy() over memcpy()
if the Ethernet addresses are __aligned(2)

Pahole showed that the 2 structs are aligned to u16

struct vnt_mic_hdr {
        u8                         id;                   /*     0     1 */
        u8                         tx_priority;          /*     1     1 */
        u8                         mic_addr2[6];         /*     2     6 */
        u8                         ccmp_pn[6];           /*     8     6 */
        __be16                     payload_len;          /*    14     2 */
        __be16                     hlen;                 /*    16     2 */
        __le16                     frame_control;        /*    18     2 */
        u8                         addr1[6];             /*    20     6 */
        u8                         addr2[6];             /*    26     6 */
        u8                         addr3[6];             /*    32     6 */
        __le16                     seq_ctrl;             /*    38     2 */
        u8                         addr4[6];             /*    40     6 */
        u16                        packing;              /*    46     2 */

        /* size: 48, cachelines: 1, members: 13 */
        /* last cacheline: 48 bytes */
};

struct ieee80211_hdr {
        __le16                     frame_control;        /*     0     2 */
        __le16                     duration_id;          /*     2     2 */
        u8                         addr1[6];             /*     4     6 */
        u8                         addr2[6];             /*    10     6 */
        u8                         addr3[6];             /*    16     6 */
        __le16                     seq_ctrl;             /*    22     2 */
        u8                         addr4[6];             /*    24     6 */

        /* size: 30, cachelines: 1, members: 7 */
        /* last cacheline: 30 bytes */
};

Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
Reviewed-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-01-25 19:59:17 +08:00
..
baseband.c Staging: vt6656: Removing else after break statement to fix warning 2014-09-19 17:01:22 -07:00
baseband.h staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_threshold 2014-07-17 18:01:52 -07:00
card.c Staging: vt6656: Fixed typo in a macro name 2015-01-12 19:46:50 -08:00
card.h staging: vt6556: Remove typedefs 2014-07-16 13:30:32 -07:00
channel.c staging: vt6656: struct vnt_private replace byRFType with rf_type 2014-07-21 12:11:56 -07:00
channel.h staging: vt6656: remove old channel tables 2014-06-26 20:23:32 -04:00
desc.h staging: vt6656: decode remove tether.c/h 2014-06-26 20:23:31 -04:00
device.h Staging: vt6656: Fixed typo in a macro name 2015-01-12 19:46:50 -08:00
dpc.c staging: vt6656: dpc remove unneeded headers 2014-07-27 11:19:57 -07:00
dpc.h Staging: vt6656: Fixed typo in a variable name 2015-01-12 19:46:50 -08:00
firmware.c staging: vt6656: Merge three lines into one 2014-09-28 23:22:21 -04:00
firmware.h staging: vt6656: rename FIRMWAREbCheckVersion to vnt_check_firmware_version 2014-06-19 15:59:49 -07:00
int.c staging: vt6656: dead code remove channel switch. 2014-07-21 12:16:29 -07:00
int.h staging: vt6656: rename INTvWorkItem to vnt_int_start_interrupt 2014-07-15 12:11:39 -07:00
Kconfig staging: vt6656: remove unneeded config and headers 2014-06-26 20:23:33 -04:00
key.c Staging: vt6656: Merges two lines of code and removes unused variable 2014-09-23 13:40:17 -07:00
key.h staging: vt6656: dead code remove old key functions 2014-06-26 20:23:32 -04:00
mac.c staging: vt6656: remove return from all void functions 2014-07-27 09:03:44 -07:00
mac.h staging: vt6656: remove unused macros 2014-07-18 16:11:28 -07:00
main_usb.c staging: vt6656: Use ether_addr_copy() on vnt_private members. 2015-01-12 19:38:40 -08:00
Makefile staging: vt6656: dead code remove 80211mgr.c/h 2014-06-26 20:23:31 -04:00
power.c staging: vt6656: power.c replace DBG_PRT debug messages 2014-07-17 18:01:52 -07:00
power.h staging: vt6656: rf.h cleanup C_PWBT comments 2014-07-27 11:19:57 -07:00
rf.c Staging: vt6656: Merge two lines of code into one 2014-09-23 13:42:54 -07:00
rf.h staging: vt6656: rf.h clean up comments 2014-07-27 09:03:44 -07:00
rxtx.c staging: vt6656: fix Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2) 2015-01-25 19:59:17 +08:00
rxtx.h staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to __le16 2014-07-22 16:19:36 -07:00
TODO
usbpipe.c staging: vt6656: remove unnecessary braces 2014-08-16 12:23:16 -07:00
usbpipe.h staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb 2014-07-15 12:11:40 -07:00
wcmd.c staging: vt6656: remove return from all void functions 2014-07-27 09:03:44 -07:00
wcmd.h staging: vt6656: wcmd.h remove dead macros 2014-07-27 11:19:57 -07:00