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)
commit9b9a4f2acac2a04416ba15242b8666d4f8273e31
tree26dc0187280dcf2612418ab1243c592e5500edf1
parent5fbea5dcc05415474bae7108803e324f112d5b58
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