linux/drivers/net/wireless/zd1211rw
Jussi Kivilinna 9bca0c3b54 zd1211rw: use stack and preallocated memory for small cmd-buffers
Use stack for allocing small < 64 byte arrays in zd_chip.c and preallocated
buffer in zd_usb.c. This might lower CPU usage for beacon setup.

v2:
 - Do not use stack buffers in zd_usb.c as they would be used for urb
   transfer_buffer.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-02-04 16:29:50 -05:00
..
Kconfig
Makefile
zd_chip.c zd1211rw: use stack and preallocated memory for small cmd-buffers 2011-02-04 16:29:50 -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: batch beacon config commands together 2011-02-04 16:29:50 -05:00
zd_mac.h zd1211rw: add beacon watchdog and setting HW beacon more failsafe 2011-02-04 16:29:50 -05:00
zd_rf.c
zd_rf.h
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_usb.c zd1211rw: use stack and preallocated memory for small cmd-buffers 2011-02-04 16:29:50 -05:00
zd_usb.h zd1211rw: use stack and preallocated memory for small cmd-buffers 2011-02-04 16:29:50 -05:00