summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/netdev.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 18:56:26 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-20 18:56:26 (GMT)
commit163eb0d85294e08b686d453744ca95e5f583e7db (patch)
treeee5100a70aa1cf45bf3a1f825efe4df2e74cc0a0 /drivers/staging/csr/netdev.c
parent7e6f57944cb508fc426bce20cc2838fbe9d95654 (diff)
downloadlinux-fsl-qoriq-163eb0d85294e08b686d453744ca95e5f583e7db.tar.xz
staging: csr: remove CsrInt8 typedef
Use the in-kernel s8 type 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/netdev.c')
-rw-r--r--drivers/staging/csr/netdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c
index e18395c..cef0ba3 100644
--- a/drivers/staging/csr/netdev.c
+++ b/drivers/staging/csr/netdev.c
@@ -1080,7 +1080,7 @@ skb_add_llc_snap(struct net_device *dev, struct sk_buff *skb, int proto)
#ifdef CSR_SUPPORT_SME
static int
_identify_sme_ma_pkt_ind(unifi_priv_t *priv,
- const CsrInt8 *oui, CsrUint16 protocol,
+ const s8 *oui, CsrUint16 protocol,
const CSR_SIGNAL *signal,
bulk_data_param_t *bulkdata,
const unsigned char *daddr,
@@ -1657,7 +1657,7 @@ send_ma_pkt_request(unifi_priv_t *priv, struct sk_buff *skb, const struct ethhdr
CsrUint16 interfaceTag;
CsrWifiMacAddress peerAddress;
CSR_TRANSMISSION_CONTROL transmissionControl = CSR_NO_CONFIRM_REQUIRED;
- CsrInt8 protection;
+ s8 protection;
netInterface_priv_t *interfacePriv = NULL;
CSR_RATE TransmitRate = (CSR_RATE)0;