5f5d25789312cc54add5 parent cc0de6536e8b70d61948128a9cbf86920066c53d author Rajkumar Manoharan 1284455155 +0530 committer John W. Linville 1284495266 -0400 ath9k_htc: Fix CPU usage issue during scan period The CPU consumption during the scan period is high, since the register write go over Interrupt endpoint. On downloading the firmware to the target, the USB descriptors are 'patched' to change the type of the endpoints from Interrupt to Bulk. With this fix, the CPU usage during a scan run comes down to acceptable levels. Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville ~