Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111175
b: refs/heads/master
c: 39351fa
h: refs/heads/master
i:
  111173: 785cc37
  111171: 9779fe0
  111167: 86471e5
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Aug 22, 2008
1 parent a7fc146 commit 68e390e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73ae98a1334c7ab7c4f01e8a1c0c773470979688
refs/heads/master: 39351fa343289070f6f30bd0652e10c8d97f0a3b
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ int iwl_init_drv(struct iwl_priv *priv)
spin_lock_init(&priv->power_data.lock);
spin_lock_init(&priv->sta_lock);
spin_lock_init(&priv->hcmd_lock);
spin_lock_init(&priv->lq_mngr.lock);

INIT_LIST_HEAD(&priv->free_frames);

Expand Down
15 changes: 0 additions & 15 deletions trunk/drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,18 +672,6 @@ struct iwl_kw {

#define TX_POWER_IWL_ILLEGAL_VOLTAGE -10000

struct iwl4965_lq_mngr {
spinlock_t lock;
s32 max_window_size;
s32 *expected_tpt;
u8 *next_higher_rate;
u8 *next_lower_rate;
unsigned long stamp;
unsigned long stamp_last;
u32 flush_time;
u32 tx_packets;
};

/* Sensitivity and chain noise calibration */
#define INTERFERENCE_DATA_AVAILABLE __constant_cpu_to_le32(1)
#define INITIALIZATION_VALUE 0xFFFF
Expand Down Expand Up @@ -938,9 +926,6 @@ struct iwl_priv {
struct iwl_ht_info current_ht_config;
u8 last_phy_res[100];

/* Rate scaling data */
struct iwl4965_lq_mngr lq_mngr;

/* Rate scaling data */
s8 data_retry_limit;
u8 retry_rate;
Expand Down

0 comments on commit 68e390e

Please sign in to comment.