Skip to content

Commit

Permalink
mac80211: remove unused macros
Browse files Browse the repository at this point in the history
Compile test only.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Shan Wei authored and John W. Linville committed Mar 7, 2011
1 parent e4b0b32 commit 2d0123a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion net/mac80211/key.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#define WEP_IV_LEN 4
#define WEP_ICV_LEN 4
#define ALG_TKIP_KEY_LEN 32
#define ALG_CCMP_KEY_LEN 16
#define CCMP_HDR_LEN 8
#define CCMP_MIC_LEN 8
Expand Down
3 changes: 0 additions & 3 deletions net/mac80211/rc80211_pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
1 change: 0 additions & 1 deletion net/mac80211/work.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#define IEEE80211_AUTH_MAX_TRIES 3
#define IEEE80211_ASSOC_TIMEOUT (HZ / 5)
#define IEEE80211_ASSOC_MAX_TRIES 3
#define IEEE80211_MAX_PROBE_TRIES 5

enum work_action {
WORK_ACT_MISMATCH,
Expand Down

0 comments on commit 2d0123a

Please sign in to comment.