diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2011-03-04 15:14:16 +0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-07 13:48:30 -0500 |
commit | 2d0123a5d635e336dbab21eba62e8dd4eb3e39a0 (patch) | |
tree | 9f110902e78275603136f07c18cceac47e8c817b /net/mac80211/rc80211_pid.h | |
parent | e4b0b32aa1c0dd7ae6340833dd6b19de46409a88 (diff) |
mac80211: remove unused macros
Compile test only.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/rc80211_pid.h')
-rw-r--r-- | net/mac80211/rc80211_pid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/rc80211_pid.h b/net/mac80211/rc80211_pid.h index 1a873f00691..6510f8ee738 100644 --- a/net/mac80211/rc80211_pid.h +++ b/net/mac80211/rc80211_pid.h @@ -24,9 +24,6 @@ /* Fixed point arithmetic shifting amount. */ #define RC_PID_ARITH_SHIFT 8 -/* Fixed point arithmetic factor. */ -#define RC_PID_ARITH_FACTOR (1 << RC_PID_ARITH_SHIFT) - /* Proportional PID component coefficient. */ #define RC_PID_COEFF_P 15 /* Integral PID component coefficient. */ |