dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/uwb
Frank Leipold c15895ef30 uwb: wrong sizeof argument in mac address compare
In the __uwb_beca_find_bymac function the sizeof returns
the length of a pointer and not the data it is referring
to. Hence only the first 4 bytes were compared, not the
entire 6 bytes MAC address. Now the sizeof takes struct
uwb_mac_addr as argument.

Signed-off-by: Frank Leipold <frank.leipold@eads.net>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
2008-10-20 14:37:53 +01:00
..
i1480 uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
wlp uwb: add WiMedia LLC Protocol (build system) 2008-09-17 16:54:28 +01:00
Kconfig uwb: depend on EXPERIMENTAL 2008-09-17 16:54:36 +01:00
Makefile uwb: add the i1480 DFU driver 2008-09-17 16:54:28 +01:00
address.c uwb: add the UWB stack (MLME) 2008-09-17 16:54:24 +01:00
beacon.c uwb: wrong sizeof argument in mac address compare 2008-10-20 14:37:53 +01:00
driver.c uwb: initialize the debug sub-system 2008-09-17 16:54:33 +01:00
drp-avail.c uwb: add the UWB stack (reservation manager) 2008-09-17 16:54:24 +01:00
drp-ie.c uwb: add the UWB stack (reservation manager) 2008-09-17 16:54:24 +01:00
drp.c uwb: add the UWB stack (reservation manager) 2008-09-17 16:54:24 +01:00
est.c uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
hwa-rc.c uwb: add Intel i1480 HWA to the UWB RC quirk table 2008-09-17 16:54:33 +01:00
ie.c uwb: dont tranmit identification IEs 2008-09-17 16:54:34 +01:00
lc-dev.c uwb: use kcalloc where appropriate 2008-10-15 14:50:10 +01:00
lc-rc.c uwb: dont tranmit identification IEs 2008-09-17 16:54:34 +01:00
neh.c uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
pal.c uwb: add symlinks in sysfs between radio controllers and PALs 2008-09-17 16:54:35 +01:00
reset.c
rsv.c uwb: add the UWB stack (reservation manager) 2008-09-17 16:54:24 +01:00
scan.c uwb: add the UWB stack (MLME) 2008-09-17 16:54:24 +01:00
umc-bus.c uwb: add the umc bus 2008-09-17 16:54:25 +01:00
umc-dev.c uwb: add the umc bus 2008-09-17 16:54:25 +01:00
umc-drv.c uwb: add the umc bus 2008-09-17 16:54:25 +01:00
uwb-debug.c uwb: add the UWB stack (debug support) 2008-09-17 16:54:25 +01:00
uwb-internal.h uwb: dont tranmit identification IEs 2008-09-17 16:54:34 +01:00
uwbd.c uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
whc-rc.c uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
whci.c uwb: add the driver to enumerate WHCI capabilities 2008-09-17 16:54:26 +01:00