rt2x00: Send frames out with configured TX power
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 17 Feb 2008 16:31:48 +0000 (17:31 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:22 +0000 (15:37 -0500)
commitac1aa7e4f3c73ecb09fddf59c1924530155d9359
treedfa5a58b71f39a9923e7b25f97121bf674e9c421
parentd3f5feaa5196049906f34c299fba8e3eda9c8646
rt2x00: Send frames out with configured TX power

mac80211 sends the txpower to use during config(),
we already store it in the rt2x00_dev structure.
When writing the descriptor correctly initialize
the txpower field with this value to make sure
all frames are send out with the correct tx power.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt61pci.c
drivers/net/wireless/rt2x00/rt73usb.c