net/ncsi: Allow to extend NCSI request properties
[cascardo/linux.git] / net / ncsi / ncsi-cmd.c
index 21057a8..db7083b 100644 (file)
@@ -272,7 +272,7 @@ static struct ncsi_request *ncsi_alloc_command(struct ncsi_cmd_arg *nca)
        struct sk_buff *skb;
        struct ncsi_request *nr;
 
-       nr = ncsi_alloc_request(ndp, nca->driven);
+       nr = ncsi_alloc_request(ndp, nca->req_flags);
        if (!nr)
                return NULL;