staging: brcm80211: remove custom string library again
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Mon, 11 Oct 2010 09:07:35 +0000 (12:07 +0300)
committerGreg 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