projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde7383
)
iwlwifi: mvm: remove redundant define in fw.c
author
Inbal Hacohen
<
[email protected]
>
Sun, 23 Feb 2014 08:34:11 +0000
(10:34 +0200)
committer
Emmanuel Grumbach
<
[email protected]
>
Sun, 23 Feb 2014 17:27:27 +0000
(19:27 +0200)
This define is a leftover from dvm (in mvm, it
was replaced by MVM_UCODE_ALIVE_TIMEOUT).
Signed-off-by: Inbal Hacohen <
[email protected]
>
Signed-off-by: Emmanuel Grumbach <
[email protected]
>
drivers/net/wireless/iwlwifi/mvm/fw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/mvm/fw.c
b/drivers/net/wireless/iwlwifi/mvm/fw.c
index 93e1b4d64869818740cce91b4bbe4d784e88499d..7ce20062f32d443be34fe87865d91afd71a0a014 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/mvm/fw.c
+++ b/
drivers/net/wireless/iwlwifi/mvm/fw.c
@@
-369,8
+369,6
@@
out:
return ret;
}
-#define UCODE_CALIB_TIMEOUT (2*HZ)
-
int iwl_mvm_up(struct iwl_mvm *mvm)
{
int ret, i;