commit | a119cc492fc720de7fcaf7c1b9394d6c025d276d | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Mon Mar 30 15:28:38 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 22 16:54:33 2009 -0400 |
tree | 9a755b4c68bda8afef7b7f19a23805728a3750e7 | |
parent | a22be22ab8fe571cce88d0d30b49f297a563c4a7 [diff] |
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 <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>