diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/dvm/calib.c')
| -rw-r--r-- | drivers/net/wireless/iwlwifi/dvm/calib.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/dvm/calib.c b/drivers/net/wireless/iwlwifi/dvm/calib.c index 1b0f0d50256..20e6aa91070 100644 --- a/drivers/net/wireless/iwlwifi/dvm/calib.c +++ b/drivers/net/wireless/iwlwifi/dvm/calib.c @@ -5,7 +5,7 @@   *   * GPL LICENSE SUMMARY   * - * Copyright(c) 2008 - 2013 Intel Corporation. All rights reserved. + * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of version 2 of the GNU General Public License as @@ -30,7 +30,7 @@   *   * BSD LICENSE   * - * Copyright(c) 2005 - 2013 Intel Corporation. All rights reserved. + * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -94,7 +94,6 @@ int iwl_send_calib_results(struct iwl_priv *priv)  {  	struct iwl_host_cmd hcmd = {  		.id = REPLY_PHY_CALIBRATION_CMD, -		.flags = CMD_SYNC,  	};  	struct iwl_calib_result *res;  | 
