From: Johannes Berg Date: Mon, 23 Mar 2009 16:28:38 +0000 (+0100) Subject: mac80211: clean up __ieee80211_tx args X-Git-Tag: v2.6.30-rc1~642^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1870cd71e87da1a1afb904f2c84086f487a07135;p=pandora-kernel.git mac80211: clean up __ieee80211_tx args __ieee80211_tx takes a struct ieee80211_tx_data argument, but only uses a few of its members, namely 'skb' and 'sta'. Make that explicit, so that less internal knowledge is required in ieee80211_tx_pending and the possibility of introducing errors here is removed. Signed-off-by: Johannes Berg Reviewed-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed