aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-10orinoco: Move sources to a subdirectoryDavid Kilroy1-6032/+0
2008-11-10don't use net/ieee80211.hJohannes Berg1-14/+16
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31orinoco: cache downloadable firmware image in memory for use during resumeAndrey Borzenkov1-7/+21
2008-10-31orinoco: reload firmware on resumeAndrey Borzenkov1-6/+5
2008-10-27net: convert print_mac to %pMJohannes Berg1-6/+4
2008-10-22orinoco: reduce stack usage in firmware download pathAndrey Borzenkov1-13/+29
2008-09-24wireless: Read scan flags correctly on x86-64David Kilroy1-1/+1
2008-09-15orinoco: Fix compile warningsDavid Kilroy1-7/+7
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+7
2008-09-02orinoco: Multicast to the specified addressesDavid Kilroy1-3/+7
2008-08-22orinoco: Add MIC on TX and check on RXDavid Kilroy1-16/+218
2008-08-22orinoco: Process bulk of receive interrupt in a taskletDavid Kilroy1-19/+86
2008-08-22orinoco: Send association events to userspaceDavid Kilroy1-0/+62
2008-08-22orinoco: Add WE-18 ioctls for WPADavid Kilroy1-8/+518
2008-08-22orinoco: Use a macro to define wireless handlersDavid Kilroy1-32/+34
2008-08-22orinoco: Split wevent work thread from wevent sendingDavid Kilroy1-10/+14
2008-08-22orinoco: Don't use boolean parameter to record encoding typeDavid Kilroy1-12/+19
2008-08-22orinoco: Use extended Agere scans available on 9.x series firmwaresDavid Kilroy1-43/+405
2008-08-22orinoco: address checkpatch typedef warningDavid Kilroy1-6/+7
2008-08-22orinoco: Fix transmit for Agere/Lucent with fw 9.xDavid Kilroy1-15/+44
2008-08-22orinoco: Invoke firmware download in main driverDavid Kilroy1-2/+312
2008-08-22orinoco: Update scan translationDavid Kilroy1-25/+46
2008-08-22orinoco: Add ESSID specific scanning for Agere fwDavid Kilroy1-1/+19
2008-08-07[netdrvr] Drivers should not set IFF_* flag themselvesWang Chen1-7/+0
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-11/+19
2008-01-28orinoco: always use latest BSS info when caching scan resultsDan Williams1-4/+7
2008-01-28orinoco: more reliable scan handlingDan Williams1-238/+303
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+2
2007-02-07fix unaligned exception in /drivers/net/wireless/orinoco.cHennerich, Michael1-1/+1
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-11/+17
2006-10-16[PATCH] orinoco: fix WE-21 buffer overflowJean Tourrilhes1-7/+9
2006-10-06drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-25[PATCH] WE-21 for orinocoJean Tourrilhes1-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-08-29[PATCH] orinoco: include linux/if_arp.h directlyPavel Roskin1-0/+1
2006-07-27[PATCH] orinoco: fix setting transmit key onlyDan Williams1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-1/+3
2006-05-23Merge branch 'master' into upstreamJeff Garzik1-3/+1
2006-05-23[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor()Florin Malita1-3/+1
2006-04-24[PATCH] orinoco: delay FID allocation after firmware initializationPavel Roskin1-6/+22
2006-04-24[PATCH] orinoco: fix BAP0 offset error after several days of operationJiri Benc1-0/+2