]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: store firmware logs in skbuffs
authorKalle Valo <kvalo@qca.qualcomm.com>
Mon, 6 Feb 2012 06:23:27 +0000 (08:23 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 8 Feb 2012 09:25:07 +0000 (11:25 +0200)
commit9bbaef82bafc464091414cba4f710b3ee8eb7615
tree26dc0187280dcf2612418ab1243c592e5500edf1
parent19b5fbd1f4e0cdbbf421f7e801f50b293d642414
ath6kl: store firmware logs in skbuffs

Currently firmware logs are stored in a circular buffer, but this was
not very flexible and fragile. It's a lot easier to store logs to struct
skbuffs and store them in a skb queue. Also this makes it possible
to easily increase the buffer size, even dynamically if we so want (but
that's not yet supported).

From user space point of view nothing should change.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/debug.c