When power save queue overflows, we have to return NETDEV_TX_OK and free the SKB.
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 21:15:32 +0000 (21:15 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 9 Apr 2008 21:15:32 +0000 (21:15 +0000)
commit2d91c1cb5794d71ba4337abf17d718ff7138e632
treeab5dd4e2f1dfcf1d9893f81e1631cb8a09ca3981
parent54a9675cf960c0b26040f8223f24627b1cb96eed
When power save queue overflows, we have to return NETDEV_TX_OK and free the SKB.
The convention for this function ieee80211_pwrsave is to consume the SKB and either
queue it or free it.  Also switch some SKB_CB(...)->ni to SKB_NI(...)

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3491 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_power.c