linux/drivers/net/wireless/zd1211rw
Jussi Kivilinna 37939810b9 zd1211rw: correct use of usb_bulk_msg on interrupt endpoints
zd1211rw is using usb_bulk_msg() with usb_sndbulkpipe() on interrupt endpoint.
However usb_bulk_msg() internally corrects this and makes interrupt URB.

It's better to change usb_bulk_msgs in zd1211rw to usb_interrupt_msg for less
confusion.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-02-14 15:51:21 -05:00
..
Kconfig
Makefile
zd_chip.c zd1211rw: add TX watchdog and device resetting 2011-02-04 16:29:51 -05:00
zd_chip.h zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag 2011-02-04 16:29:49 -05:00
zd_def.h
zd_mac.c zd1211rw: enable NL80211_IFTYPE_AP 2011-02-04 16:29:51 -05:00
zd_mac.h zd1211rw: add TX watchdog and device resetting 2011-02-04 16:29:51 -05:00
zd_rf_al2230.c
zd_rf_al7230b.c
zd_rf_rf2959.c
zd_rf_uw2453.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
zd_rf.c
zd_rf.h
zd_usb.c zd1211rw: correct use of usb_bulk_msg on interrupt endpoints 2011-02-14 15:51:21 -05:00
zd_usb.h zd1211rw: reset rx urbs after idle period of 30 seconds 2011-02-04 16:29:51 -05:00