]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iwlagn: name change for BT config command
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 19 Feb 2011 01:23:50 +0000 (17:23 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 26 Feb 2011 18:28:27 +0000 (10:28 -0800)
No functional changes, name changes to reflect the structure used by
6000 series.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn-lib.c
drivers/net/wireless/iwlwifi/iwl-commands.h

index 0d0572ca7e7792e3d29302f1d3053df4dd7dbfca..8c70f0be6b770a70b0ab178fbe3ec6c2d71b5a0c 100644 (file)
@@ -1804,7 +1804,7 @@ static const __le32 iwlagn_concurrent_lookup[12] = {
 
 void iwlagn_send_advance_bt_config(struct iwl_priv *priv)
 {
-       struct iwlagn_bt_cmd bt_cmd = {
+       struct iwl6000_bt_cmd bt_cmd = {
                .max_kill = IWLAGN_BT_MAX_KILL_DEFAULT,
                .bt3_timer_t7_value = IWLAGN_BT3_T7_DEFAULT,
                .bt3_prio_sample_time = IWLAGN_BT3_PRIO_SAMPLE_DEFAULT,
index 0a1d4aeb36aac121aa3f4c4eef04f3fa300c7d97..58919f883f027fd79270b71845b0490b22083475 100644 (file)
@@ -2477,7 +2477,7 @@ struct iwl_bt_cmd {
                                        IWLAGN_BT_VALID_BT4_TIMES | \
                                        IWLAGN_BT_VALID_3W_LUT)
 
-struct iwlagn_bt_cmd {
+struct iwl6000_bt_cmd {
        u8 flags;
        u8 ledtime; /* unused */
        u8 max_kill;