summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/ipw2x00/ipw2200.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-1/+1
2022-11-01wifi: ipw2200: Remove the unused function ipw_alive()Jiapeng Chong1-14/+0
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-18wifi: ipw2x00: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang1-61/+58
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski1-1/+1
2021-10-20ipw2200: prepare for const netdev->dev_addrJakub Kicinski1-3/+3
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-09-28ipw2200: Fix a function name in print messagesCai Huoqing1-1/+1
2020-08-27ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-27ipw2200: Demote lots of nonconformant kerneldoc commentsLee Jones1-15/+15
2020-08-27ipw2200: Remove set but unused variables 'rc' and 'w'Lee Jones1-8/+7
2020-08-02ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-27/+29
2020-07-15ipw2200: use generic power managementVaibhav Gupta1-23/+7
2020-05-12ipw2x00: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-06ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET1-3/+1
2020-04-15ipw2x00: make ipw_setup_deferred_work() voidJason Yan1-10/+2
2020-04-15ipw2x00: make ipw_qos_association_resp() voidJason Yan1-7/+4
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-24/+24
2019-12-18ipw2x00: Fix -Wcast-function-typePhong Tran1-2/+3
2019-11-20ipw2x00: remove set but not used variable 'reason'zhengbin1-3/+0
2019-09-03ipw2x00: fix spelling mistake "initializationg" -> "initialization"Colin Ian King1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner1-15/+1
2018-12-20ipw2x00: cleanup dead codeYueHaibing1-5/+2
2018-10-01ipw2x00: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-06-27ipw2x00: track time using boottimeArnd Bergmann1-2/+2
2018-06-27net: ipw2x00: Replace NULL comparison with !privVarsha Rao1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+5
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-2/+1
2018-05-04ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"Colin Ian King1-1/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-29/+22
2017-08-24wireless: ipw2x00: make iw_handler_def constBhumika Goyal1-1/+1
2017-08-24wireless: ipw2200: Replace PCI pool old APIRomain Perier1-6/+7
2017-07-18wireless: ipw2200: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+3
2017-06-12wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-5/+3
2017-03-20ipw2200: remove redundant check of rc < 0Colin Ian King1-3/+0
2017-02-27scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-2/+6
2016-06-29wireless: ipw2200: fix old-style declarationArnd Bergmann1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-6/+6
2015-11-18ipw2x00: move under intel vendor directoryKalle Valo1-0/+12061