Remove the skb_copy call from ieee80211_input. However, create a copied SKB for each...
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sat, 3 May 2008 03:49:05 +0000 (03:49 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sat, 3 May 2008 03:49:05 +0000 (03:49 +0000)
commit9538bc82434576c4337a1ab38cbe4f28ad87263f
treee7da8ab62a19647c074dd8b30ad999081bc70e29
parent1b318d3853e71912ebc4cb5e753c8126b1b973b6
Remove the skb_copy call from ieee80211_input. However, create a copied SKB for each call to ieee80211_input when we are sending to all VAPs. Effectively, this means that we are using the SKB from the ath_buf except when ieee80211_input is called multiple times.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3595 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath/if_ath.c
net80211/ieee80211_input.c