staging: brcm80211: made overlapping WMM functions more similar
authorRoland Vossen <rvossen@broadcom.com>
Wed, 30 Mar 2011 09:21:00 +0000 (11:21 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Apr 2011 20:56:05 +0000 (13:56 -0700)
commite0372fe994e175630701eda4c2cf15bb269079ca
tree7b165620a43c83fda77e1971c7625686c6c51441
parenta332bfc90c8397cf683cb3bd8b540b96e0ea7e76
staging: brcm80211: made overlapping WMM functions more similar

Code cleanup. Functions wlc_edcf_setparams() and
wlc_wme_setparams() duplicate code amongst each other. This commit
attempts to make life easier for the reviewer, by introducing non
functional changes that bring wlc_edcf_setparams() more in line
with wlc_wme_setparams(). As a result the subsequent commit can be
reviewed more easily.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_main.c