diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 05b83e4301..1a61c2b710 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -23,7 +23,7 @@ case "$LINUX" in PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" ;; *) - PKG_VERSION="3.17.2" + PKG_VERSION="3.17.3" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz" ;; esac diff --git a/packages/linux/patches/3.17.2/linux-999.03-Revert_iwlwifi_mvm_treat_EAPOLs_like_mgmt_frames_wrt_rate.patch b/packages/linux/patches/3.17.2/linux-999.03-Revert_iwlwifi_mvm_treat_EAPOLs_like_mgmt_frames_wrt_rate.patch deleted file mode 100644 index f41290e3b7..0000000000 --- a/packages/linux/patches/3.17.2/linux-999.03-Revert_iwlwifi_mvm_treat_EAPOLs_like_mgmt_frames_wrt_rate.patch +++ /dev/null @@ -1,72 +0,0 @@ -From e01a6ba94249c6c8fde24aff5eaf66da4dd2bea0 Mon Sep 17 00:00:00 2001 -From: Emmanuel Grumbach -Date: Mon, 20 Oct 2014 08:29:55 +0300 -Subject: Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate" - -This reverts commit aa11bbf3df026d6b1c6b528bef634fd9de7c2619. -This commit was causing connection issues and is not needed -if IWL_MVM_RS_RSSI_BASED_INIT_RATE is set to false by default. - -Regardless of the issues mentioned above, this patch added the -following WARNING: - -WARNING: CPU: 0 PID: 3946 at drivers/net/wireless/iwlwifi/mvm/tx.c:190 iwl_mvm_set_tx_params+0x60a/0x6f0 [iwlmvm]() -Got an HT rate for a non data frame 0x8 -CPU: 0 PID: 3946 Comm: wpa_supplicant Tainted: G O 3.17.0+ #6 -Hardware name: LENOVO 20ANCTO1WW/20ANCTO1WW, BIOS GLET71WW (2.25 ) 07/02/2014 - 0000000000000009 ffffffff814fa911 ffff8804288db8f8 ffffffff81064f52 - 0000000000001808 ffff8804288db948 ffff88040add8660 ffff8804291b5600 - 0000000000000000 ffffffff81064fb7 ffffffffa07b73d0 0000000000000020 -Call Trace: - [] ? dump_stack+0x41/0x51 - [] ? warn_slowpath_common+0x72/0x90 - [] ? warn_slowpath_fmt+0x47/0x50 - [] ? iwl_mvm_set_tx_params+0x60a/0x6f0 [iwlmvm] - [] ? iwl_mvm_tx_skb+0x48/0x3c0 [iwlmvm] - [] ? iwl_mvm_mac_tx+0x7b/0x180 [iwlmvm] - [] ? __ieee80211_tx+0x2b9/0x3c0 [mac80211] - [] ? ieee80211_tx+0xb3/0x100 [mac80211] - [] ? ieee80211_subif_start_xmit+0x459/0xca0 [mac80211] - [] ? dev_hard_start_xmit+0x337/0x5f0 - [] ? sch_direct_xmit+0x96/0x1f0 - [] ? __dev_queue_xmit+0x203/0x4f0 - [] ? ether_setup+0x70/0x70 - [] ? packet_sendmsg+0xf81/0x1110 - [] ? skb_free_datagram+0xc/0x40 - [] ? sock_sendmsg+0x88/0xc0 - [] ? move_addr_to_kernel.part.20+0x14/0x60 - [] ? __inode_wait_for_writeback+0x62/0xb0 - [] ? SYSC_sendto+0xf1/0x180 - [] ? __sys_recvmsg+0x39/0x70 - [] ? system_call_fastpath+0x1a/0x1f ----[ end trace cc19a150d311fc63 ]--- - -which was reported here: https://bugzilla.kernel.org/show_bug.cgi?id=85691 - -CC: [3.13+] -Signed-off-by: Emmanuel Grumbach - -diff --git a/drivers/net/wireless/iwlwifi/mvm/tx.c b/drivers/net/wireless/iwlwifi/mvm/tx.c -index 1cb793a..c6a517c 100644 ---- a/drivers/net/wireless/iwlwifi/mvm/tx.c -+++ b/drivers/net/wireless/iwlwifi/mvm/tx.c -@@ -175,14 +175,10 @@ static void iwl_mvm_set_tx_cmd_rate(struct iwl_mvm *mvm, - - /* - * for data packets, rate info comes from the table inside the fw. This -- * table is controlled by LINK_QUALITY commands. Exclude ctrl port -- * frames like EAPOLs which should be treated as mgmt frames. This -- * avoids them being sent initially in high rates which increases the -- * chances for completion of the 4-Way handshake. -+ * table is controlled by LINK_QUALITY commands - */ - -- if (ieee80211_is_data(fc) && sta && -- !(info->control.flags & IEEE80211_TX_CTRL_PORT_CTRL_PROTO)) { -+ if (ieee80211_is_data(fc) && sta) { - tx_cmd->initial_rate_index = 0; - tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_STA_RATE); - return; --- -cgit v0.10.1 - diff --git a/packages/linux/patches/3.17.2/linux-999.04-upstream-fixes.patch b/packages/linux/patches/3.17.2/linux-999.04-upstream-fixes.patch deleted file mode 100644 index fa5253edb3..0000000000 --- a/packages/linux/patches/3.17.2/linux-999.04-upstream-fixes.patch +++ /dev/null @@ -1,55 +0,0 @@ -From 14edb593338e3811e818aba286237c365f8881a1 Mon Sep 17 00:00:00 2001 -From: Tomas Melin -Date: Tue, 28 Oct 2014 15:43:14 -0300 -Subject: [media] rc-core: fix protocol_change regression in - ir_raw_event_register -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -IR receiver using nuvoton-cir and lirc required additional configuration -steps after upgrade from kernel 3.16 to 3.17-rcX. Bisected regression to -commit da6e162d6a4607362f8478c715c797d84d449f8b ("[media] rc-core: -simplify sysfs code"). - -The regression comes from adding function change_protocol in ir-raw.c. -It changes behaviour so that only the protocol enabled by driver's -map_name will be active after registration. This breaks user space -behaviour, lirc does not get key press signals anymore. - -Enable lirc protocol by default for ir raw decoders to restore original -behaviour. - -Cc: stable@vger.kernel.org # for v3.17 -Signed-off-by: Tomas Melin -Acked-by: David Härdeman -Signed-off-by: Mauro Carvalho Chehab - -diff --git a/drivers/media/rc/rc-ir-raw.c b/drivers/media/rc/rc-ir-raw.c -index e8fff2a..b732ac6 100644 ---- a/drivers/media/rc/rc-ir-raw.c -+++ b/drivers/media/rc/rc-ir-raw.c -@@ -262,7 +262,6 @@ int ir_raw_event_register(struct rc_dev *dev) - return -ENOMEM; - - dev->raw->dev = dev; -- dev->enabled_protocols = ~0; - dev->change_protocol = change_protocol; - rc = kfifo_alloc(&dev->raw->kfifo, - sizeof(struct ir_raw_event) * MAX_IR_EVENT_SIZE, -diff --git a/drivers/media/rc/rc-main.c b/drivers/media/rc/rc-main.c -index a7991c7..8d3b74c 100644 ---- a/drivers/media/rc/rc-main.c -+++ b/drivers/media/rc/rc-main.c -@@ -1421,6 +1421,8 @@ int rc_register_device(struct rc_dev *dev) - - if (dev->change_protocol) { - u64 rc_type = (1 << rc_map->rc_type); -+ if (dev->driver_type == RC_DRIVER_IR_RAW) -+ rc_type |= RC_BIT_LIRC; - rc = dev->change_protocol(dev, &rc_type); - if (rc < 0) - goto out_raw; --- -cgit v0.10.1 - diff --git a/packages/linux/patches/3.17.2/linux-999.06-upstream-fixes.patch b/packages/linux/patches/3.17.2/linux-999.06-upstream-fixes.patch deleted file mode 100644 index 7eb6c7d92f..0000000000 --- a/packages/linux/patches/3.17.2/linux-999.06-upstream-fixes.patch +++ /dev/null @@ -1,32 +0,0 @@ -From d358aefdc0cc92b16ced449f998dbad639db6809 Mon Sep 17 00:00:00 2001 -From: Ulrich Eckhardt -Date: Fri, 10 Oct 2014 13:27:32 -0300 -Subject: [media] imon: fix other RC type protocol support - -With kernel 3.17 the imon remote control for device 15c2:0034 does not -work anymore, which uses the OTHER protocol. Only the front panel -buttons which uses the RC6 protocol are working. - -Adds the missing comparison for the RC_BIT_OTHER. - -Cc: stable@vger.kernel.org # for Kernel 3.17 -Signed-off-by: Ulrich Eckhardt -Signed-off-by: Mauro Carvalho Chehab - -diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c -index b8837dd..65f80b8 100644 ---- a/drivers/media/rc/imon.c -+++ b/drivers/media/rc/imon.c -@@ -1678,7 +1678,8 @@ static void imon_incoming_packet(struct imon_context *ictx, - if (press_type == 0) - rc_keyup(ictx->rdev); - else { -- if (ictx->rc_type == RC_BIT_RC6_MCE) -+ if (ictx->rc_type == RC_BIT_RC6_MCE || -+ ictx->rc_type == RC_BIT_OTHER) - rc_keydown(ictx->rdev, - ictx->rc_type == RC_BIT_RC6_MCE ? RC_TYPE_RC6_MCE : RC_TYPE_OTHER, - ictx->rc_scancode, ictx->rc_toggle); --- -cgit v0.10.1 - diff --git a/packages/linux/patches/3.17.2/linux-003-no_dev_console.patch b/packages/linux/patches/3.17.3/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-003-no_dev_console.patch rename to packages/linux/patches/3.17.3/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/3.17.2/linux-051-ouya_controller_support.patch b/packages/linux/patches/3.17.3/linux-051-ouya_controller_support.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-051-ouya_controller_support.patch rename to packages/linux/patches/3.17.3/linux-051-ouya_controller_support.patch diff --git a/packages/linux/patches/3.17.2/linux-052-XBOX_remote_support.patch b/packages/linux/patches/3.17.3/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/3.17.3/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/3.17.2/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/3.17.3/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/3.17.3/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/3.17.2/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/3.17.3/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/3.17.3/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/3.17.2/linux-055-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.17.3/linux-055-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-055-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.17.3/linux-055-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.17.2/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.17.3/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.17.3/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.17.2/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/3.17.3/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/3.17.3/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/3.17.2/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/3.17.3/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/3.17.3/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.17.2/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/3.17.3/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch rename to packages/linux/patches/3.17.3/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch diff --git a/packages/linux/patches/3.17.2/linux-058.06-hid_sony-add_SMK_link.patch b/packages/linux/patches/3.17.3/linux-058.06-hid_sony-add_SMK_link.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-058.06-hid_sony-add_SMK_link.patch rename to packages/linux/patches/3.17.3/linux-058.06-hid_sony-add_SMK_link.patch diff --git a/packages/linux/patches/3.17.2/linux-059-remove_some_xpad_pids-0.2.patch b/packages/linux/patches/3.17.3/linux-059-remove_some_xpad_pids-0.2.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-059-remove_some_xpad_pids-0.2.patch rename to packages/linux/patches/3.17.3/linux-059-remove_some_xpad_pids-0.2.patch diff --git a/packages/linux/patches/3.17.2/linux-060-add_AUGUST_DVB-T205.patch b/packages/linux/patches/3.17.3/linux-060-add_AUGUST_DVB-T205.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-060-add_AUGUST_DVB-T205.patch rename to packages/linux/patches/3.17.3/linux-060-add_AUGUST_DVB-T205.patch diff --git a/packages/linux/patches/3.17.2/linux-062-imon_pad_ignore_diagonal.patch b/packages/linux/patches/3.17.3/linux-062-imon_pad_ignore_diagonal.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-062-imon_pad_ignore_diagonal.patch rename to packages/linux/patches/3.17.3/linux-062-imon_pad_ignore_diagonal.patch diff --git a/packages/linux/patches/3.17.2/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/3.17.3/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/3.17.3/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/3.17.2/linux-210-dvbsky.patch b/packages/linux/patches/3.17.3/linux-210-dvbsky.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-210-dvbsky.patch rename to packages/linux/patches/3.17.3/linux-210-dvbsky.patch diff --git a/packages/linux/patches/3.17.2/linux-211-dvbsky-s950v3-s952v3.patch b/packages/linux/patches/3.17.3/linux-211-dvbsky-s950v3-s952v3.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-211-dvbsky-s950v3-s952v3.patch rename to packages/linux/patches/3.17.3/linux-211-dvbsky-s950v3-s952v3.patch diff --git a/packages/linux/patches/3.17.2/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/3.17.3/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/3.17.3/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/3.17.2/linux-221-ngene-octopus.patch b/packages/linux/patches/3.17.3/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-221-ngene-octopus.patch rename to packages/linux/patches/3.17.3/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/3.17.2/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/3.17.3/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/3.17.3/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/3.17.2/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.17.3/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/3.17.3/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.17.2/linux-224-tt-ct2-usb-tuners.patch b/packages/linux/patches/3.17.3/linux-224-tt-ct2-usb-tuners.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-224-tt-ct2-usb-tuners.patch rename to packages/linux/patches/3.17.3/linux-224-tt-ct2-usb-tuners.patch diff --git a/packages/linux/patches/3.17.2/linux-225-dvbt2-support-for-dvbsky-t9580.patch b/packages/linux/patches/3.17.3/linux-225-dvbt2-support-for-dvbsky-t9580.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-225-dvbt2-support-for-dvbsky-t9580.patch rename to packages/linux/patches/3.17.3/linux-225-dvbt2-support-for-dvbsky-t9580.patch diff --git a/packages/linux/patches/3.17.2/linux-703-macmini2012-ethernet.patch b/packages/linux/patches/3.17.3/linux-703-macmini2012-ethernet.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-703-macmini2012-ethernet.patch rename to packages/linux/patches/3.17.3/linux-703-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.17.2/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch b/packages/linux/patches/3.17.3/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch rename to packages/linux/patches/3.17.3/linux-705-Support-for-Buffalo-WLI-UC-G300HP-V1.patch diff --git a/packages/linux/patches/3.17.2/linux-706-Sitecom-N300.patch b/packages/linux/patches/3.17.3/linux-706-Sitecom-N300.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-706-Sitecom-N300.patch rename to packages/linux/patches/3.17.3/linux-706-Sitecom-N300.patch diff --git a/packages/linux/patches/3.17.2/linux-900-hide_tsc_error.patch b/packages/linux/patches/3.17.3/linux-900-hide_tsc_error.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-900-hide_tsc_error.patch rename to packages/linux/patches/3.17.3/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/3.17.2/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/3.17.3/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/3.17.3/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/3.17.2/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/3.17.3/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch rename to packages/linux/patches/3.17.3/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch diff --git a/packages/linux/patches/3.17.2/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/3.17.3/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/3.17.3/linux-995-CX24120-13Z_frontend.patch diff --git a/packages/linux/patches/3.17.2/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch b/packages/linux/patches/3.17.3/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch rename to packages/linux/patches/3.17.3/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch diff --git a/packages/linux/patches/3.17.2/linux-999.05-upstream-fixes.patch b/packages/linux/patches/3.17.3/linux-999.05-upstream-fixes.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-999.05-upstream-fixes.patch rename to packages/linux/patches/3.17.3/linux-999.05-upstream-fixes.patch diff --git a/packages/linux/patches/3.17.2/linux-999.10-drm_intel_gen7-stall.patch b/packages/linux/patches/3.17.3/linux-999.10-drm_intel_gen7-stall.patch similarity index 100% rename from packages/linux/patches/3.17.2/linux-999.10-drm_intel_gen7-stall.patch rename to packages/linux/patches/3.17.3/linux-999.10-drm_intel_gen7-stall.patch diff --git a/packages/linux/patches/3.17.2/todo/linux-061-valve-xpad-rework.patch b/packages/linux/patches/3.17.3/todo/linux-061-valve-xpad-rework.patch similarity index 100% rename from packages/linux/patches/3.17.2/todo/linux-061-valve-xpad-rework.patch rename to packages/linux/patches/3.17.3/todo/linux-061-valve-xpad-rework.patch diff --git a/packages/linux/patches/3.17.2/todo/linux-701-linksys_aes2500_brcmfmac.patch b/packages/linux/patches/3.17.3/todo/linux-701-linksys_aes2500_brcmfmac.patch similarity index 100% rename from packages/linux/patches/3.17.2/todo/linux-701-linksys_aes2500_brcmfmac.patch rename to packages/linux/patches/3.17.3/todo/linux-701-linksys_aes2500_brcmfmac.patch