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)
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>

No differences found