mac80211: Use skb_header_cloned() on TX path.
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2008 04:59:32 +0000 (21:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2008 04:59:32 +0000 (21:59 -0700)
commit608961a5eca8d3c6bd07172febc27b5559408c5d
tree847b9912dd964843ca4eb798670e8a6b8dc42564
parentf3994eceebf64cf356a82ffb2718ef538eb8d4f4
mac80211: Use skb_header_cloned() on TX path.

When skb_header_cloned() returns false you can change the
headers however you like.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/tx.c