git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c7f41
)
staging: brcm80211: remove custom string library again
author
Andy Shevchenko
<andy.shevchenko@gmail.com>
Mon, 11 Oct 2010 09:07:35 +0000
(12:07 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 11 Oct 2010 22:02:30 +0000
(15:02 -0700)
There was a clean up commit for softmac driver. Do the same for fullmac
implementation.
Here:
- strtoul and bcm_strtoul are changed to simple_strtoul
- bcmstrtok -> strsep
All unused functions are deleted.
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found