From: Sujith Date: Mon, 30 Mar 2009 09:58:38 +0000 (+0530) Subject: ath9k: Cleanup buffer status handling X-Git-Tag: v2.6.31-rc1~330^2~568^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a119cc492fc720de7fcaf7c1b9394d6c025d276d;p=pandora-kernel.git ath9k: Cleanup buffer status handling Using a u32 to store a single flag is overkill. Use a bool to store whether the buffer is stale or not. Also, use u8 instead of u32 to store the buffer type. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed