remove power save logic from the tx path; the driver isn't ready to support

it so don't mislead folks
This commit is contained in:
Sam Leffler 2004-12-17 03:05:30 +00:00
parent 8925c08f8d
commit 407a27b151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138949

View File

@ -931,12 +931,6 @@ wi_start(struct ifnet *ifp)
m_freem(m0);
continue;
}
if ((ni->ni_flags & IEEE80211_NODE_PWR_MGT) &&
(m0->m_flags & M_PWR_SAV) == 0) {
ieee80211_pwrsave(ic, ni, m0);
ieee80211_free_node(ni);
continue;
}
ifp->if_opackets++;
m_copydata(m0, 0, ETHER_HDR_LEN,
(caddr_t)&frmhdr.wi_ehdr);