summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/include/common/regulatory
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-10 18:55:31 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-11 14:31:48 -0800
commitd8cb316fdc64fefbb7bd00f16dc8d1bdce24c2d3 (patch)
tree63bbb7594488fa13463fc52a8d1548c87d3b09b1 /drivers/staging/ath6kl/include/common/regulatory
parent395e1cae85283f7bbe767097d78b5e3baa13b131 (diff)
staging: ath6kl: remove-typedef: A_UCHAR
remove-typedef -s A_UCHAR u8 drivers/staging/ath6kl/ This uses the remove-typedef utility: http://www.kernel.org/pub/linux/kernel/people/mcgrof/scripts/remove-typedef Cc: Naveen Singh <naveen.singh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common/regulatory')
-rw-r--r--drivers/staging/ath6kl/include/common/regulatory/reg_dbschema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/include/common/regulatory/reg_dbschema.h b/drivers/staging/ath6kl/include/common/regulatory/reg_dbschema.h
index 93d7c0b64fd6..4904040f703f 100644
--- a/drivers/staging/ath6kl/include/common/regulatory/reg_dbschema.h
+++ b/drivers/staging/ath6kl/include/common/regulatory/reg_dbschema.h
@@ -124,7 +124,7 @@ enum searchType {
* instance of table).
*/
typedef PREPACK struct dbMasterTable_t { /* Hold ptrs to Table data structures */
- A_UCHAR numOfEntries;
+ u8 numOfEntries;
char entrySize; /* Entry size per table row */
char searchType; /* Index based access or key based */
char reserved[3]; /* for alignment */