Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | |
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2008-12-22 | uwb: use print_hex_dump() | David Vrabel | |
Use print_hex_dump() instead of the home-grown dump_bytes(). Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
2008-12-22 | uwb: use dev_dbg() for debug messages | David Vrabel | |
Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros, use dev_dbg() or remove the message entirely. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
2008-10-28 | wusb: disable verification of the key generation algorithms | David Vrabel | |
Verifing the key generation algorithms could take too long on a freshly booted system (due to lack of entropy) so disable the test unless a module parameter (debug_crypto_verify) is specified. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
2008-09-17 | wusb: add the Wireless USB core (security) | Inaky Perez-Gonzalez | |
Add the WUSB security (authentication) code. Signed-off-by: David Vrabel <david.vrabel@csr.com> |