summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl3501_cs.c
AgeCommit message (Expand)Author
2021-10-20wl3501_cs: use eth_hw_addr_set()Jakub Kicinski
2021-04-22wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva
2021-04-22wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva
2020-11-07wl3501_cs: Fix misspelling and provide missing documentationLee Jones
2020-09-29wl3501_cs: Remove unnecessary NULL checkAlex Dewar
2020-09-01wl3501_cs: Fix a bunch of formatting issues related to function docsLee Jones
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-24wl3501_cs: remove redundant variable rcColin Ian King
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-07-28wl3501_cs: fix spelling mistake: "Insupported" -> "Unsupported"Colin Ian King
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-03wl3501_cs: Add spinlock to wl3501_resetPavel Andrianov
2016-06-16wl3501_cs: avoid bogus gcc-6 warningArnd Bergmann
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2014-02-28wl3501_cs: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang
2014-02-24net: wireless: wl3501_cs: Remove duplicate includeSachin Kamat
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-26wireless: slight optimization of addr comparedingtianhong
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten
2012-09-07wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-27wl3501_cs: min_t() cast truncates high bitsDan Carpenter
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski
2010-09-29pcmcia: simplify IntTypeDominik Brodowski
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski
2010-07-30pcmcia: remove cs_types.hDominik Brodowski
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-10pcmcia: dev_node removal (drivers with unregister_netdev check)Dominik Brodowski
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski
2010-03-23drivers/net/wireless: Use IW_HANDLER macroJoe Perches
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski
2009-11-18wl3501_cs: remove pedantic build warningJohn W. Linville
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)Dominik Brodowski
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger