]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/libertas/hostcmd.h
libertas: switch lbs_cmd() to take a callback function pointer
[linux-2.6] / drivers / net / wireless / libertas / hostcmd.h
index efdb720d9fe77b4c6f1da302fd82ee86e217dafc..f1c1d3f106c8154f55cd3df4998096473f42d37f 100644 (file)
@@ -71,7 +71,6 @@ struct cmd_ctrl_node {
        u16 wait_option;
        /* command response */
        void *pdata_buf;
-       int *pdata_size;
        int (*callback)(uint16_t respcmd, struct cmd_ds_command *resp, struct lbs_private *priv);
        /* command data */
        u8 *bufvirtualaddr;