提交 6d65f5db 编写于 作者: J Johannes Berg 提交者: David S. Miller

mac80211: remove misleading 'res' variable

When this function returns != CONTINUE, it needs to put the
station struct it has acquired. Hence, having this unused
variable is not just superfluous but also misleading.
Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1036d864
...@@ -932,7 +932,6 @@ __ieee80211_tx_prepare(struct ieee80211_txrx_data *tx, ...@@ -932,7 +932,6 @@ __ieee80211_tx_prepare(struct ieee80211_txrx_data *tx,
struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr); struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
struct ieee80211_hdr *hdr; struct ieee80211_hdr *hdr;
struct ieee80211_sub_if_data *sdata; struct ieee80211_sub_if_data *sdata;
ieee80211_txrx_result res = TXRX_CONTINUE;
int hdrlen; int hdrlen;
...@@ -997,7 +996,7 @@ __ieee80211_tx_prepare(struct ieee80211_txrx_data *tx, ...@@ -997,7 +996,7 @@ __ieee80211_tx_prepare(struct ieee80211_txrx_data *tx,
} }
control->flags |= IEEE80211_TXCTL_FIRST_FRAGMENT; control->flags |= IEEE80211_TXCTL_FIRST_FRAGMENT;
return res; return TXRX_CONTINUE;
} }
/* Device in tx->dev has a reference added; use dev_put(tx->dev) when /* Device in tx->dev has a reference added; use dev_put(tx->dev) when
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册