|
@@ -4453,7 +4453,7 @@ static int nl80211_send_mpath(struct sk_buff *msg, u32 portid, u32 seq,
|
|
void *hdr;
|
|
void *hdr;
|
|
struct nlattr *pinfoattr;
|
|
struct nlattr *pinfoattr;
|
|
|
|
|
|
- hdr = nl80211hdr_put(msg, portid, seq, flags, NL80211_CMD_NEW_STATION);
|
|
|
|
|
|
+ hdr = nl80211hdr_put(msg, portid, seq, flags, NL80211_CMD_NEW_MPATH);
|
|
if (!hdr)
|
|
if (!hdr)
|
|
return -1;
|
|
return -1;
|
|
|
|
|