summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/p54
AgeCommit message (Expand)Author
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach
2024-06-12wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_ti...Wolfram Sang
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for p54spiBreno Leitao
2024-01-11wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo
2023-10-12wifi: p54: Annotate struct p54_cal_database with __counted_byKees Cook
2023-06-21wifi: p54: Add missing MODULE_FIRMWARE macroJuerg Haefliger
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-07wifi: p54: Fix comment typoJason Wang
2022-07-18wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov
2022-07-18wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-18wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook
2020-09-01p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai
2020-08-27intersil: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-02intersil: fix wiki website urlFlavio Suligoi
2020-08-02p54: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-14p54usb: add AirVasT USB stick device-idGiuseppe Marco Randazzo
2020-03-23p54: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller
2019-06-25p54: remove dead branch in op_conf_tx callbackChristian Lamparter
2019-06-25p54usb: Fix race between disconnect and firmware loadingAlan Stern
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-05-28p54: Support boottime in scan resultsChristian Lamparter
2019-05-28p54: fix crash during initializationChristian Lamparter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25p54: drop device reference count if fails to enable devicePan Bian
2018-09-10p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10p54: don't unregister leds when they are not initializedAndrey Konovalov
2017-08-10p54: constify usb_device_idArvind Yadav
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-05-22p54: allocate enough space for ->used_rxkeysDan Carpenter
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2016-11-17p54: memset(0) whole arrayJiri Slaby