summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-14/+14
* Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...John W. Linville2014-09-041-6/+8
|\
| * cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-6/+8
* | orinoco_usb: use USB API functions rather than constantsHimangi Saraogi2014-08-251-8/+2Star
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-124-4/+4
* orinoco_usb: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0Star
* PCMCIA_HERMES: ioport_map/unmap relies on HAS_IOPORT_MAPFabian Frederick2014-06-191-1/+1
* SPECTRUM_CS: ioport_map/unmap relies on HAS_IOPORT_MAPFabian Frederick2014-06-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-124-7/+7
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-223-6/+6
| |\
| | * cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-193-6/+6
| * | orinoco_usb: Fix broken firmware load error checkingOndrej Zary2014-05-131-1/+1
| |/
* / USB: orinoco_usb: remove CONFIG_USB_DEBUG supportGreg Kroah-Hartman2014-05-291-32/+18Star
|/
* orinoco: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang2014-02-284-6/+8
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-034-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-074-8/+0Star
|\
| * wireless: orinoco: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-264-8/+0Star
* | orinoco: Remove extern from function prototypesJoe Perches2013-09-251-17/+14Star
|/
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-291-1/+1
* orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnectedAlexey Khoroshilov2013-06-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\
| * orinoco_usb: don't release nonexistent firmwareMichal Pecio2013-03-111-1/+1
* | drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-152-30/+2Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-191-2/+9
|\
| * net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta2013-02-181-2/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-2/+2
|\|
| * cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-11/+5Star
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
|/
* orinoco: remove __dev* attributesBill Pemberton2012-12-064-8/+8
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-6/+5Star
* orinoco_usb: clean up some signedness issuesDan Carpenter2012-10-191-5/+4Star
* wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-1/+1
* orinoco: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-4/+3Star
* nl80211: move scan API to wdevJohannes Berg2012-07-121-1/+1
* cfg80211: clarify set_channel APIsJohannes Berg2012-06-061-5/+4Star
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | wireless, orinoco: release_firmware() tests for NULL, remove explicit tests b...Jesper Juhl2012-04-121-5/+2Star
|/
* net: orinoco: add error handling for failed kmalloc().Santosh Nayak2012-03-281-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-061-5/+0Star
|\
| * orinoco_usb: remove version definitionJohn W. Linville2012-01-241-5/+0Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-4/+2Star
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-26/+1Star
|\
| * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-26/+1Star
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-6/+10
|\ \ | |/ |/|
| * orinoco: release BSS structures returned by cfg80211_inform_bss()David Kilroy2011-11-091-6/+10
* | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-221-0/+1
|\