mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
staging: rtl8192e: Remove unused function copy_mac_addr()
Remove unused function copy_mac_addr(). Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/d157456121388489784ce34e5f3daf91126f80d7.1700431464.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
788c6a2e7b
commit
8d0a43cb65
@@ -44,11 +44,6 @@ struct rt_dot11d_info {
|
||||
enum dot11d_state state;
|
||||
};
|
||||
|
||||
static inline void copy_mac_addr(unsigned char *des, unsigned char *src)
|
||||
{
|
||||
memcpy(des, src, 6);
|
||||
}
|
||||
|
||||
#define GET_DOT11D_INFO(__ieee_dev) \
|
||||
((struct rt_dot11d_info *)((__ieee_dev)->dot11d_info))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user