From: Thomas Pedersen Date: Tue, 5 Nov 2013 19:16:50 +0000 (-0800) Subject: mac80211: consolidate calls to plink_frame_tx X-Git-Tag: v3.14-rc1~94^2~334^2^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efec45134d82fa73826cc24d41274beb5097d64;p=pandora-kernel.git mac80211: consolidate calls to plink_frame_tx Do all frame transfers in one place at the end of the big switch statements. sta->plid and sta->reason can be passed in any case, since they are only used for the frames that need them. Remove assignments to locals for values already stored in the sta structure. Signed-off-by: Thomas Pedersen Signed-off-by: Bob Copeland Signed-off-by: Johannes Berg --- Reading git-diff-tree failed