#641: WME can not change BE parameters
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: defect | Status: new
Priority: major | Milestone: version 0.9.x -
progressive release candidate phase
Component: madwifi: driver | Version: trunk
Resolution: | Keywords: wme, iwpriv
Patch_attached: 0 |
----------------------------------------+-----------------------------------
Comment (by mentor):
The BE queue parameters are locked to the physicals parameters (?) in
net80211/ieee80211_proto.c:ieee80211_wme_updateparams_locked, if the
following condition is true:
{{{
((vap->iv_opmode == IEEE80211_M_HOSTAP &&
(wme->wme_flags & WME_F_AGGRMODE) != 0) ||
(vap->iv_opmode != IEEE80211_M_HOSTAP &&
(vap->iv_bss->ni_flags & IEEE80211_NODE_QOS) == 0) ||
(vap->iv_flags & IEEE80211_F_WME) == 0)
}}}
Not sure why...
--
Ticket URL: <http://madwifi.org/ticket/641>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity