]> bbs.cooldavid.org Git - net-next-2.6.git/commit
carl9170: configurable beacon rates
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 29 Oct 2010 22:36:53 +0000 (00:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:25:35 +0000 (13:25 -0500)
commit3eedb6f436858f3e864139dc184adc9a51440c92
tree85367b42ac609cffd673c18940a498bf9a4af3cb
parent2a6cef513fab525399e484edc9bfb39b6d462f76
carl9170: configurable beacon rates

Previously, the beacon rate was fixed to either:
 * 1Mb/s [2.4GHz band]
 * 6Mb/s [5GHz band]

This limitation has been addressed and now the
beacon rate is selected by ieee80211_tx_info's
rate control info, almost like any ordinary
data frame.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/carl9170/mac.c