staging: brcm80211: make function definitions and prototype consistent
authorArend van Spriel <arend@broadcom.com>
Fri, 13 May 2011 09:59:28 +0000 (11:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 19:03:51 +0000 (12:03 -0700)
commit1f602d683ca10704081d49b3223c51608f1945d1
treef89f0aee11a16f52b60cfcbf7940443ce0c37fb9
parente2418ff1e8e2ac17ed2ef86d4b51102df9467447
staging: brcm80211: make function definitions and prototype consistent

Couple of functions that are only used within wlc_channel.c have been
prototyped with static keyword. For the function definition itself this
has been added when missing.

Cc: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_channel.c