diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-01-06 17:23:56 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:53 -0500 |
commit | 2bf30fabadbdcb535b057afc92aba015884847dc (patch) | |
tree | 7a0234aeb666602e7b25a62bb7e483be0fb4a742 /net/mac80211/ieee80211_i.h | |
parent | 8465676241cad5e28a1b745c32a0e18e1f67e18e (diff) |
mac80211: remove user_power_level from driver API
I missed this during review of "mac80211: Fix tx power setting",
the user_power_level shouldn't be available to the driver but
rather be an internal value used to calculate the value for the
driver.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 85c4d3144f9f..fa5ca14517f5 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -705,6 +705,8 @@ struct ieee80211_local { | |||
705 | struct work_struct dynamic_ps_disable_work; | 705 | struct work_struct dynamic_ps_disable_work; |
706 | struct timer_list dynamic_ps_timer; | 706 | struct timer_list dynamic_ps_timer; |
707 | 707 | ||
708 | int user_power_level; /* in dBm */ | ||
709 | |||
708 | #ifdef CONFIG_MAC80211_DEBUGFS | 710 | #ifdef CONFIG_MAC80211_DEBUGFS |
709 | struct local_debugfsdentries { | 711 | struct local_debugfsdentries { |
710 | struct dentry *rcdir; | 712 | struct dentry *rcdir; |