summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/unifiio.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 19:25:15 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 19:25:15 (GMT)
commit5379b13d9e063e9bb2078a1c642f8df8c914e022 (patch)
tree7ab0300b286185696e51b436a98fcf8f19bef4ce /drivers/staging/csr/unifiio.h
parentc781b96b8007d758a38e9c670957ba48e254f039 (diff)
downloadlinux-fsl-qoriq-5379b13d9e063e9bb2078a1c642f8df8c914e022.tar.xz
staging: csr: remove CsrBool typedef
Use u8 instead. Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com> Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com> Cc: Riku Mettälä <riku.mettala@bluegiga.com> Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/unifiio.h')
-rw-r--r--drivers/staging/csr/unifiio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/csr/unifiio.h b/drivers/staging/csr/unifiio.h
index 74720fc..9acf9ee 100644
--- a/drivers/staging/csr/unifiio.h
+++ b/drivers/staging/csr/unifiio.h
@@ -314,15 +314,15 @@ typedef struct uf_cfg_ap_config
u8 channel;
u16 beaconInterval;
u8 dtimPeriod;
- CsrBool wmmEnabled;
+ u8 wmmEnabled;
u8 shortSlotTimeEnabled;
u16 groupkeyTimeout;
- CsrBool strictGtkRekeyEnabled;
+ u8 strictGtkRekeyEnabled;
u16 gmkTimeout;
u16 responseTimeout;
u8 retransLimit;
u8 rxStbc;
- CsrBool rifsModeAllowed;
+ u8 rifsModeAllowed;
u8 dualCtsProtection;
u8 ctsProtectionType;
u16 maxListenInterval;