Hi,
thanks for reviewing.
Am 12.02.2013 17:38, schrieb Johannes Berg:
[use sdata instead of frame_sdata]
can be done.
- if (!ieee80211_tx_prepare(sdata, &tx, skb))
+ frame_sdata = IEEE80211_DEV_TO_SUB_IF(skb->dev);
+ if (!ieee80211_tx_prepare(frame_sdata, &tx, skb))
break;
This can now crash the machine.
why? when?
What would be a better approach?
Regards,
M. Braun
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html