summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_proto.h
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2011-09-16 12:27:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-16 21:39:40 +0200
commit862c307fc1ccee9b8f67e1efe9d9b2be9fa2b42e (patch)
treeb7461dc570de6ac4f51ce418cec9317c6fc6278f /drivers/staging/brcm80211/brcmfmac/dhd_proto.h
parentbb450766c367d364b4729f39ce08cece253d7385 (diff)
downloadop-kernel-dev-862c307fc1ccee9b8f67e1efe9d9b2be9fa2b42e.zip
op-kernel-dev-862c307fc1ccee9b8f67e1efe9d9b2be9fa2b42e.tar.gz
staging: brcm80211: simplified brcmf_proto_ioctl()
Removed a function parameter since it was redundant. Reviewed-by: Arend van Spriel <arend@broadcom.com> Reviewed-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Franky Lin <frankyl@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmfmac/dhd_proto.h')
-rw-r--r--drivers/staging/brcm80211/brcmfmac/dhd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_proto.h b/drivers/staging/brcm80211/brcmfmac/dhd_proto.h
index 6686f4c..24b0f99 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_proto.h
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_proto.h
@@ -50,7 +50,7 @@ extern int brcmf_proto_hdrpull(struct brcmf_pub *, int *ifidx,
/* Use protocol to issue ioctl to dongle */
extern int brcmf_proto_ioctl(struct brcmf_pub *drvr, int ifidx,
- struct brcmf_ioctl *ioc, void *buf, int len);
+ struct brcmf_ioctl *ioc, int len);
/* Update local copy of dongle statistics */
extern void brcmf_proto_dstats(struct brcmf_pub *drvr);
OpenPOWER on IntegriCloud