Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266266
b: refs/heads/master
c: 5092e47
h: refs/heads/master
v: v3
  • Loading branch information
Fry, Donald H authored and John W. Linville committed Sep 19, 2011
1 parent 0e55fa6 commit dd42123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ff647af65656b731f81d2216e01d3d1dcb2130bf
refs/heads/master: 5092e47afcbe6c470094c32095794b16083dfac2
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#define IWL105_MODULE_FIRMWARE(api) IWL105_FW_PRE __stringify(api) ".ucode"

#define IWL135_FW_PRE "iwlwifi-135-"
#define IWL135_MODULE_FIRMWARE(api) IWL135_FW_PRE #api ".ucode"
#define IWL135_MODULE_FIRMWARE(api) IWL135_FW_PRE __stringify(api) ".ucode"

static void iwl2000_set_ct_threshold(struct iwl_priv *priv)
{
Expand Down

0 comments on commit dd42123

Please sign in to comment.