]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
authorGlen Lee <glen.lee@atmel.com>
Thu, 5 Nov 2015 09:51:23 +0000 (18:51 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2015 21:22:44 +0000 (13:22 -0800)
commit071d4d31f9abaf0cbdecb7328b0b0d5c9458611a
tree5f945b3d975192f3cdd2bf370a9dc2681e9a5055
parente9eed28f91c4939cf2cd216bd63e75199bd3c62d
Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"

The source and destination pointers are misplaced.
This will be like,
ether_addr_copy(data, bssid + ADDR2);
-> ether_addr_copy(bssid, data + ADDR2);
and also to use ether_addr_copy, it has to be proved that src/dst address are
properly aligned(2).

I revert this as author agree to drop this patch.

This reverts commit d2b962a52a6654675154851eb7266b95523f9a99.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c