aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/cmc7xx/download.h
Commit message (Collapse)AuthorAgeFilesLines
* net: wimax: fix system process not responding ANR.JP Abgrall2012-04-091-1/+2
| | | | | | | | | | | | | | | | | | | | This patch fixes the issue "5704273 system process not responding ANR every time after soft reboot of device". Issue can be reproduced by soft rebooting the device: adb root adb shell stop adb shell start The ANR was due to wimax power on fail due to wimax firmware download failure. The modem was not responding after driver send MSG_DRIVER_OK_REQ during f/w download process. The issue is fixed by retrying the MSG_DRIVER_OK_REQ again after waiting for 100ms, in case failed to get MSG_DRIVER_OK_RESP. Change-Id: Id6c9e4ae53dfcf9f1755cd8c9b5946f8a2c926aa Signed-off-by: sangamanatha <sangam.swamy@samsung.com>
* net:wimax: Wimax Driver code clean upsangamanatha2011-11-171-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed Kconfig in Wimax driver for debug enabling Added the new config flag for wimax driver debug logs. uwbrdev_open race condition removed check, which is not needed. Fixed the Index error in passing platform device data. Added for loop to passing driver platform data to different device id's. Removed all the global variables : g_pdata, g_adapter, g_wimax_image are removed and data passed through the id and used containerof(). Resume and Suspend Handlers: Implemented Resume and Suspend handlers for Wimax driver through platform device. Fixed the Kernel error message when WiMAX is enabled. Added wimax log enabling. Removed the global variable used for f/w download, and added file headers. Used the standard linux api for the linked list. Removed buffer.h and redundant codes. Change-Id: I022ae6bb1eb13947fe1b41bf1f4915997dbbf560 Signed-off-by: sangamanatha <sangam.swamy@samsung.com>
* net: wimax: CMC732 WiMax chip driversangamanatha2011-11-171-0/+58
Initial support for the CMC732 WiMax chip. Change-Id: I0689033bcfcfeb04d8f8b7a3b14ec5eec9dc8fbe Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>