Go to the documentation of this file.
33 #define WATCHDOG_INTERVAL round_jiffies_relative(HZ)
34 #define LINK_TUNE_INTERVAL round_jiffies_relative(HZ)
35 #define AGC_INTERVAL round_jiffies_relative(4 * HZ)
36 #define VCO_INTERVAL round_jiffies_relative(10 * HZ)
43 #define DEV_RATE_CCK 0x0001
44 #define DEV_RATE_OFDM 0x0002
45 #define DEV_RATE_SHORT_PREAMBLE 0x0004
56 static inline const struct rt2x00_rate *rt2x00_get_rate(
const u16 hw_value)
61 #define RATE_MCS(__mode, __mcs) \
62 ((((__mode) & 0x00ff) << 8) | ((__mcs) & 0x00ff))
64 static inline int rt2x00_get_rate_mcs(
const u16 mcs_value)
66 return (mcs_value & 0x00ff);
96 const unsigned int changed_flags);
311 #ifdef CONFIG_RT2X00_LIB_FIRMWARE
327 #ifdef CONFIG_RT2X00_LIB_DEBUGFS
350 #ifdef CONFIG_RT2X00_LIB_CRYPTO
408 static inline void rt2x00rfkill_register(
struct rt2x00_dev *rt2x00dev)
414 static inline void rt2x00rfkill_unregister(
struct rt2x00_dev *rt2x00dev)
423 #ifdef CONFIG_RT2X00_LIB_LEDS