Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | rsi: Properly initialize data in rsi_sdio_ta_reset | Nathan Chancellor | 1 | -7/+14 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-25 | rsi: miscallaneous changes for 9116 and common | Siva Rebbagondla | 2 | -17/+30 |
2019-04-25 | rsi: reset device changes for 9116 | Siva Rebbagondla | 3 | -30/+91 |
2019-04-25 | rsi: send new tx command frame wlan9116 features | Siva Rebbagondla | 3 | -0/+84 |
2019-04-25 | rsi: new bootup parameters for 9116 | Siva Rebbagondla | 3 | -3/+181 |
2019-04-25 | rsi: change in device init frame sequence for 9116 | Siva Rebbagondla | 1 | -8/+30 |
2019-04-25 | rsi: add firmware loading for 9116 device | Siva Rebbagondla | 5 | -1/+239 |
2019-04-25 | rsi: move common part of firmware load to separate function | Siva Rebbagondla | 2 | -20/+36 |
2019-04-25 | rsi: add new device model for 9116 | Siva Rebbagondla | 5 | -7/+41 |
2019-04-25 | rsi: Fix NULL pointer dereference in kmalloc | Aditya Pakki | 1 | -12/+18 |
2019-02-28 | rsi: fix missing null pointer check from a failed ieee80211_probereq_get call | Colin Ian King | 1 | -0/+4 |
2019-02-19 | rsi: remove set but not used variables 'info, vif' | YueHaibing | 1 | -6/+0 |
2019-02-19 | rsi: fix spelling mistakes | Siva Rebbagondla | 5 | -12/+12 |
2019-02-19 | rsi: fix a typo in a debug message | Dan Carpenter | 1 | -1/+1 |
2019-02-08 | rsi: fix indentation issue with a code block | Colin Ian King | 1 | -8/+8 |
2019-02-08 | rsi: fix for wowlan wakeup failure | Siva Rebbagondla | 1 | -0/+4 |
2019-02-08 | rsi: resolve power save issue after S4 resume | Siva Rebbagondla | 3 | -1/+10 |
2019-02-08 | rsi: fix wowlan wakeup issue for hibernate(S4) | Siva Rebbagondla | 2 | -3/+6 |
2019-02-08 | rsi: add hci detach for hibernation and poweroff | Siva Rebbagondla | 2 | -0/+25 |
2019-02-08 | rsi: Add debug support for wowlan wakeup confirmation | Siva Rebbagondla | 1 | -0/+29 |
2019-02-01 | rsi: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -5/+0 |
2019-02-01 | rsi: Suppress sdhci warnings in mmc | Siva Rebbagondla | 1 | -6/+9 |
2019-01-10 | rsi: add support for hardware scan offload | Prameela Rani Garnepudi | 6 | -0/+261 |
2018-11-06 | rsi: fix spelling mistake "Initialzing" -> "Initializing" | Colin Ian King | 1 | -2/+2 |
2018-10-01 | rsi: Remove unnecessary boolean condition | Nathan Chancellor | 1 | -1/+1 |
2018-09-04 | rsi: remove set but not used variables 'header_size' and 'tx_params' | YueHaibing | 1 | -4/+0 |
2018-08-31 | rsi: improve kernel thread handling to fix kernel panic | Siva Rebbagondla | 1 | -1/+0 |
2018-08-31 | rsi: fix memory alignment issue in ARM32 platforms | Siva Rebbagondla | 1 | -4/+7 |
2018-08-09 | rsi: remove redundant variables bss, wh and temp_flash_content | Colin Ian King | 1 | -9/+1 |
2018-07-31 | rsi: move init_done flag to end of rsi_91x_init(). | Amol Hanwate | 1 | -1/+1 |
2018-07-31 | rsi: fill rx_params only once. | Amol Hanwate | 1 | -5/+0 |
2018-07-31 | rsi: Correct RSI_NEEDED_HEADROOM in mac80211_attach. | Amol Hanwate | 1 | -1/+1 |
2018-07-31 | rsi: add firmware support for AP+BT dual mode | Siva Rebbagondla | 1 | -0/+3 |
2018-07-31 | rsi: remove redundant flash_content variable | Siva Rebbagondla | 1 | -16/+7 |
2018-07-31 | rsi: remove redundant device ids | Siva Rebbagondla | 4 | -9/+8 |
2018-07-31 | rsi: optimize virtual interfaces | Siva Rebbagondla | 1 | -1/+2 |
2018-07-31 | rsi: fix for WoWLAN wakeup in security mode. | Siva Rebbagondla | 1 | -1/+1 |
2018-07-31 | rsi: fix for 40MHZ connection issue. | Ganapathi Raju | 1 | -12/+9 |
2018-07-31 | rsi: fix for low throughput issue | Siva Rebbagondla | 1 | -1/+1 |
2018-05-29 | rsi: fix spelling mistake "Uknown" -> "Unknown" | Colin Ian King | 1 | -1/+1 |
2018-05-23 | rsi: add fix for corruption of auto rate table | Sanjay Konduri | 1 | -0/+1 |
2018-05-23 | rsi: add fix for crash during assertions | Sanjay Konduri | 1 | -0/+1 |
2018-05-15 | rsi: Set wowlan flag while writing wowlan config parameters | Siva Rebbagondla | 1 | -1/+1 |
2018-05-15 | rsi: reset hibernate_resume flag to work hibernate resume in coex mode. | Siva Rebbagondla | 1 | -0/+1 |
2018-05-15 | rsi: Add null check for virtual interfaces in wowlan config | Sanjay Kumar Konduri | 1 | -1/+6 |
2018-05-12 | rsi: fix spelling mistake: "thead" -> "thread" | Colin Ian King | 1 | -1/+1 |
2018-04-30 | rsi_91x: fix uninitialized variable | Gustavo A. R. Silva | 1 | -3/+4 |
2018-04-30 | rsi_91x: fix structurally dead code | Gustavo A. R. Silva | 1 | -8/+8 |
2018-04-24 | rsi: Fix 'invalid vdd' warning in mmc | Siva Rebbagondla | 1 | -2/+0 |