summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi
AgeCommit message (Expand)AuthorFilesLines
2021-03-07rsi: Move card interrupt handling to RX threadMarek Vasut3-51/+15
2021-03-07rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut1-1/+2
2020-02-05rsi: fix use-after-free on failed probe and unbindJohan Hovold1-1/+17
2020-02-05rsi: add hci detach for hibernation and poweroffSiva Rebbagondla2-0/+25
2020-02-01rsi: fix non-atomic allocation in completion handlerJohan Hovold1-6/+7
2020-02-01rsi: fix memory leak on failed URB submissionJohan Hovold1-1/+3
2020-02-01rsi: fix use-after-free on probe errorsJohan Hovold1-6/+6
2020-02-01rsi_91x_usb: fix interface sanity checkJohan Hovold1-1/+1
2019-12-13rsi: release skb if rsi_prepare_beacon failsNavid Emamdoost1-0/+1
2019-09-19rsi: fix a double free bug in rsi_91x_deinit()Hui Peng1-1/+0
2019-05-31rsi: Fix NULL pointer dereference in kmallocAditya Pakki1-12/+18
2019-04-20rsi: improve kernel thread handling to fix kernel panicSiva Rebbagondla1-1/+0
2018-11-13rsi: fix memory alignment issue in ARM32 platformsSiva Rebbagondla1-4/+7
2018-08-09rsi: remove redundant variables bss, wh and temp_flash_contentColin Ian King1-9/+1
2018-07-31rsi: move init_done flag to end of rsi_91x_init().Amol Hanwate1-1/+1
2018-07-31rsi: fill rx_params only once.Amol Hanwate1-5/+0
2018-07-31rsi: Correct RSI_NEEDED_HEADROOM in mac80211_attach.Amol Hanwate1-1/+1
2018-07-31rsi: add firmware support for AP+BT dual modeSiva Rebbagondla1-0/+3
2018-07-31rsi: remove redundant flash_content variableSiva Rebbagondla1-16/+7
2018-07-31rsi: remove redundant device idsSiva Rebbagondla4-9/+8
2018-07-31rsi: optimize virtual interfacesSiva Rebbagondla1-1/+2
2018-07-31rsi: fix for WoWLAN wakeup in security mode.Siva Rebbagondla1-1/+1
2018-07-31rsi: fix for 40MHZ connection issue.Ganapathi Raju1-12/+9
2018-07-31rsi: fix for low throughput issueSiva Rebbagondla1-1/+1
2018-05-29rsi: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King1-1/+1
2018-05-23rsi: add fix for corruption of auto rate tableSanjay Konduri1-0/+1
2018-05-23rsi: add fix for crash during assertionsSanjay Konduri1-0/+1
2018-05-15rsi: Set wowlan flag while writing wowlan config parametersSiva Rebbagondla1-1/+1
2018-05-15rsi: reset hibernate_resume flag to work hibernate resume in coex mode.Siva Rebbagondla1-0/+1
2018-05-15rsi: Add null check for virtual interfaces in wowlan configSanjay Kumar Konduri1-1/+6
2018-05-12rsi: fix spelling mistake: "thead" -> "thread"Colin Ian King1-1/+1
2018-04-30rsi_91x: fix uninitialized variableGustavo A. R. Silva1-3/+4
2018-04-30rsi_91x: fix structurally dead codeGustavo A. R. Silva1-8/+8
2018-04-24rsi: Fix 'invalid vdd' warning in mmcSiva Rebbagondla1-2/+0
2018-04-24rsi: fix nommu_map_sg overflow kernel panicSiva Rebbagondla3-22/+36
2018-04-24rsi: advertise 5GHz support based on device capabilityAmitkumar Karwar1-4/+7
2018-04-24rsi: enable power save by default for coexAmitkumar Karwar1-0/+3
2018-04-24rsi: parse TID from data frame correctlyAmitkumar Karwar1-1/+3
2018-04-24rsi: increase max supported aggregation subframesAmitkumar Karwar2-1/+5
2018-04-24rsi: use appropriate interface for power save configurationAmitkumar Karwar1-4/+8
2018-04-24rsi: device bootup parameter configurationAmitkumar Karwar1-1/+2
2018-04-24rsi: disable fw watchdog timer during resetAmitkumar Karwar3-0/+9
2018-04-24rsi: remove unecessary PTR_ALIGN()sDan Carpenter1-4/+0
2018-04-24rsi: roaming enhancementsPrameela Rani Garnepudi6-17/+78
2018-04-24rsi: enable 80MHz clock by defaultPrameela Rani Garnepudi1-1/+1
2018-04-24rsi: move descriptor preparation to corePrameela Rani Garnepudi3-21/+35
2018-04-24rsi: move xtend_desc structure from rsi_main.h to rsi_mgmt.hPrameela Rani Garnepudi3-12/+12
2018-03-27rsi: fix kernel panic observed on 64bit machineAmitkumar Karwar2-11/+23
2018-03-27rsi: fix error path handling in SDIO probeAmitkumar Karwar1-5/+8
2018-03-27rsi: remove redundant duplicate assignment of buffer_sizeColin Ian King1-1/+0