staging: brcm80211: Removed unnecessary pktsetprio() function.
authorHenry Ptasinski <henryp@broadcom.com>
Thu, 21 Oct 2010 18:04:10 +0000 (11:04 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 18:28:04 +0000 (11:28 -0700)
commitab3275a6b57cd42d25dc1f32123ac5d1fb438984
tree7fb8904e9b2f078f3ba8fc3b29174be5e317c5ba
parenta1c16ed2664205dd69c0ea0ec6945f7f10d3edf9
staging: brcm80211: Removed unnecessary pktsetprio() function.

This function is completely unnecessary, as packet classification is done
higher up in the stack.  As used, the function actually mis-classifies frames
in some cases since it overwrites the classification done by the stack.

Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_linux.c
drivers/staging/brcm80211/include/bcmutils.h
drivers/staging/brcm80211/util/bcmutils.c