linux/drivers/net/wireless/wl12xx
Luciano Coelho c99f895a23 wl12xx: alloc buffer in driver_state_read to prevent compilation warning
When compiling wl12xx for x86, there was a warning complaining about
the size of the buffer we were allocating in the stack:

drivers/net/wireless/wl12xx/debugfs.c: In function 'driver_state_read':
drivers/net/wireless/wl12xx/debugfs.c:380:1: warning: the frame size of 1040 bytes is larger than 1024 bytes

To prevent this, allocate the buffer in the heap instead.

Signed-off-by: Luciano Coelho <coelho@ti.com>
2011-12-15 16:11:29 +02:00
..
Kconfig
Makefile
acx.c wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
acx.h wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
boot.c wl12xx: Check buffer bound when processing nvs data 2011-12-01 15:55:42 +02:00
boot.h
cmd.c wl12xx: Validate FEM index from ini file and FW 2011-12-01 15:55:42 +02:00
cmd.h
conf.h
debug.h
debugfs.c wl12xx: alloc buffer in driver_state_read to prevent compilation warning 2011-12-15 16:11:29 +02:00
debugfs.h
event.c
event.h
ini.h
init.c wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
init.h wl12xx: remove deprecated packet detection threshold config 2011-12-15 09:58:42 +02:00
io.c
io.h
main.c Set wlvif->ps_compl to NULL in before return 2011-12-15 10:19:46 +02:00
ps.c
ps.h
reg.h
rx.c wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKS 2011-12-15 09:58:41 +02:00
rx.h
scan.c wl12xx: minor fix in sched_scan_ssid_list 2011-12-08 12:32:40 +02:00
scan.h
sdio.c
spi.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into wl12xx-next 2011-12-01 12:14:48 +02:00
testmode.c wl12xx: Restore testmode ABI 2011-12-15 09:58:41 +02:00
testmode.h
tx.c wl12xx: use ieee80211_free_txskb() 2011-12-15 09:58:42 +02:00
tx.h
wl12xx.h wl12xx: remove unused firmware version macros 2011-12-15 09:58:42 +02:00
wl12xx_80211.h wl12xx: init CMD_TEMPL_KLV to sizeof(ieee80211_qos_hdr) 2011-12-01 15:55:49 +02:00
wl12xx_platform_data.c