From: Kalle Valo Date: Mon, 6 Feb 2012 06:23:27 +0000 (+0200) Subject: ath6kl: store firmware logs in skbuffs X-Git-Tag: v3.4-rc1~177^2~48^2~55^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9a4f2acac2a04416ba15242b8666d4f8273e31;p=pandora-kernel.git 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 --- Reading git-diff-tree failed