Hi Ben, > 3.2-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Avinash Patil <[email protected]> > > commit bbea3bc432dc5c08d09ca5c80afdd82515470688 upstream.
This patch is not for stable kernel. Thanks, Bing > > replace single queue function calls with equivalent multiple queue > functions. Wakeup queue and stop queue calls are guarded by spin lock. > > Signed-off-by: Avinash Patil <[email protected]> > Signed-off-by: Kiran Divekar <[email protected]> > Signed-off-by: Bing Zhao <[email protected]> > Signed-off-by: John W. Linville <[email protected]> > Signed-off-by: Ben Hutchings <[email protected]> > --- > drivers/net/wireless/mwifiex/init.c | 40 > ++++++++++++++++++++++++++++++ > drivers/net/wireless/mwifiex/main.c | 11 ++++---- > drivers/net/wireless/mwifiex/main.h | 9 +++++++ > drivers/net/wireless/mwifiex/sta_event.c | 6 ++--- > drivers/net/wireless/mwifiex/sta_ioctl.c | 4 +-- > drivers/net/wireless/mwifiex/txrx.c | 5 ++-- > 6 files changed, 63 insertions(+), 12 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

