From: Johannes Berg <johan...@sipsolutions.net> Date: Tue, 18 Aug 2015 10:43:55 +0200
> On Tue, 2015-08-18 at 10:30 +0200, Phil Sutter wrote: >> Signed-off-by: Phil Sutter <p...@nwl.cc> >> Cc: Johannes Berg <johan...@sipsolutions.net> >> --- >> drivers/net/wireless/mac80211_hwsim.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/net/wireless/mac80211_hwsim.c >> b/drivers/net/wireless/mac80211_hwsim.c >> index 99e873d..a1dbcb2 100644 >> --- a/drivers/net/wireless/mac80211_hwsim.c >> +++ b/drivers/net/wireless/mac80211_hwsim.c >> @@ -2676,7 +2676,7 @@ static void hwsim_mon_setup(struct net_device >> *dev) >> dev->netdev_ops = &hwsim_netdev_ops; >> dev->destructor = free_netdev; >> ether_setup(dev); >> - dev->tx_queue_len = 0; >> + dev->priv_flags |= IFF_NO_QUEUE; >> > Fine with me; Dave, are you going to pick up the entire series > (presumably there was one, I only got this patch)? > > Note that there's no TX possible on this particular netdev anyway. Yes, I'm going to take the full series. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html