Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-08wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo
2022-07-27wifi: wilc1000: use existing iftype variable to store the interface typeAjay Singh
2022-07-27wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh
2022-07-27wifi: wilc1000: cancel the connect operation during interface downAjay Singh
2022-07-27wifi: wilc1000: get correct length of string WID from received config packetAjay Singh
2022-07-27wifi: wilc1000: set station_info flag only when signal value is validAjay Singh
2022-07-27wifi: wilc1000: set correct value of 'close' variable in failure caseAjay Singh
2022-07-27wifi: wilc1000: add WID_TX_POWER WID in g_cfg_byte arrayAjay Singh
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-05-30wifi: wilc1000: add IGTK supportAjay Singh
2022-05-30wifi: wilc1000: add WPA3 SAE supportAjay Singh
2022-05-30wifi: wilc1000: remove WEP security supportAjay Singh
2022-05-30wifi: wilc1000: use correct sequence of RESET for chip Power-UP/DownAjay Singh
2022-05-11wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh
2022-05-11wilc1000: use 'u64' datatype for cookie variableAjay Singh
2022-05-11wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh
2022-05-11wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh
2022-05-11wilc1000: increase firmware version array sizeAjay Singh
2022-02-28Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-31wilc1000: use min_t() to make code cleanerChangcheng Deng
2021-12-22wilc1000: Add reset/enable GPIO support to SPI driverDavid Mosberger-Tang
2021-12-22wilc1000: Convert static "chipid" variable to device-local variableDavid Mosberger-Tang
2021-12-20wilc1000: fix double free error in probe()Dan Carpenter
2021-12-16wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang
2021-12-14wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang
2021-12-14wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang
2021-12-14wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"David Mosberger-Tang
2021-12-14wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang
2021-12-14wilc1000: Remove misleading USE_SPI_DMA macroDavid Mosberger-Tang
2021-12-14wilc1000: Fix missing newline in error messageDavid Mosberger-Tang
2021-12-14wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang
2021-12-08wilc1000: Add id_table to spi_driverDavid Mosberger-Tang
2021-12-08Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-11-26wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski
2021-10-20wilc1000: use eth_hw_addr_set()Jakub Kicinski
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-09-21wilc1000: increase config packets response wait timeout limitAjay Singh
2021-09-21wilc1000: use correct write command sequence in wilc_spi_sync_ext()Ajay Singh
2021-09-21wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh
2021-09-21wilc1000: invoke chip reset register before firmware downloadAjay Singh
2021-09-21wilc1000: ignore clockless registers status response for SPIAjay Singh
2021-09-21wilc1000: handle read failure issue for clockless registersAjay Singh
2021-09-21wilc1000: add reset/terminate/repeat command support for SPI busAjay Singh
2021-09-21wilc1000: configure registers to handle chip wakeup sequenceAjay Singh
2021-09-21wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh
2021-09-21wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh