Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134194
b: refs/heads/master
c: cec2d3f
h: refs/heads/master
v: v3
  • Loading branch information
Jay Sternberg authored and John W. Linville committed Jan 29, 2009
1 parent 50c1511 commit d973fde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: f82d8d9724b6054b63fb3a0108937064029b2c00
refs/heads/master: cec2d3f38c11f4c7e28ec2a065698653dbccfbb7
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1528,13 +1528,13 @@ static struct iwl_lib_ops iwl5000_lib = {
},
};

static struct iwl_ops iwl5000_ops = {
struct iwl_ops iwl5000_ops = {
.lib = &iwl5000_lib,
.hcmd = &iwl5000_hcmd,
.utils = &iwl5000_hcmd_utils,
};

static struct iwl_mod_params iwl50_mod_params = {
struct iwl_mod_params iwl50_mod_params = {
.num_of_queues = IWL50_NUM_QUEUES,
.num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
.amsdu_size_8K = 1,
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ extern struct iwl_cfg iwl5100_bg_cfg;
extern struct iwl_cfg iwl5100_abg_cfg;
extern struct iwl_cfg iwl5150_agn_cfg;

/* shared structures from iwl-5000.c */
extern struct iwl_mod_params iwl50_mod_params;
extern struct iwl_ops iwl5000_ops;

/* CT-KILL constants */
#define CT_KILL_THRESHOLD 110 /* in Celsius */

Expand Down

0 comments on commit d973fde

Please sign in to comment.