On Mon, 2014-06-02 at 20:28 +0530, Jahnavi Meher wrote: > This patch adds code for support of bgscan and 5GHz. [] > There are also a number of small clean ups. [] > diff -uprN b/drivers/net/wireless/rsi/rsi_91x_mac80211.c a/drivers/net/wireless/rsi/rsi_91x_mac80211.c [] > @@ -243,8 +243,8 @@ static void rsi_mac80211_tx(struct ieee8 > { > struct rsi_hw *adapter = hw->priv; > struct rsi_common *common = adapter->priv; > - > rsi_core_xmit(common, skb); > + return; > } Adding unnecessary returns at the end of a void function is not an improvement. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html