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)
commitd5642d3ba7b6609e93a688bb39bd5883a270e41f
treecc4d4d9c02f26248d90ddde684f945ffb3f4b671
parent41c7f4167e1312dacfc514d8610dbaaa14cfaea5
staging: brcm80211: remove custom string library again

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>
drivers/staging/brcm80211/brcmfmac/dhd_common.c
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
drivers/staging/brcm80211/include/bcmutils.h
drivers/staging/brcm80211/util/bcmutils.c