]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: give burst time in txop rather than 0.1msec units
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 10 Feb 2008 15:49:38 +0000 (16:49 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:07 +0000 (15:37 -0500)
commit29e82bf16717cd34a90230fbf74defa2b08b23b7
tree89f8ce89b984819144d6643e7c4a5e7e2d67e7cc
parentd67140910613afb5cd7fa33cee2ed2976b826348
mac80211: give burst time in txop rather than 0.1msec units

This changes mac80211 to pass the burst time to conf_tx in txop
units rather than 0.1msec units. 0.1msec units are only required
by atheros hardware (according to current driver support), all
other drivers do other calculations or require the txop value.
Therefore, it results in fewer calculations and more precision
if we just pass the txop value through to the driver.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl3945-base.c
drivers/net/wireless/iwlwifi/iwl4965-base.c
drivers/net/wireless/p54common.c
include/net/mac80211.h
net/mac80211/ieee80211_sta.c