remove transfer type patches for EP3 and EP4
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / hif / k2_fw_usb_api.c
index fe66c93a147175016b7546bbdc3edeb39c0380e6..7d4c4fff0576f0083b557ad2c085e3af1ed773eb 100755 (executable)
@@ -750,11 +750,7 @@ BOOLEAN bGet_descriptor_patch(void)
        ath_hal_memcpy(ConfigDescriptorPatch,
             u8ConfigDescriptorEX, sizeof(ConfigDescriptorPatch));
 
-        /* Patch the transfer type of EP3 and EP4 */
-        ConfigDescriptorPatch[EP3_TRANSFER_TYPE_OFFSET] = 0x0283;
-        ConfigDescriptorPatch[EP3_INT_INTERVAL] = 0x0700;
-        ConfigDescriptorPatch[EP4_TRANSFER_TYPE_OFFSET] = 0x4002;
-        ConfigDescriptorPatch[EP4_INT_INTERVAL] = 0x00;
+       /* place holder for EPx patches */
 
         switch (mDEV_REQ_VALUE_LOW())
         {