summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wavelan_cs.c
Commit message (Expand)AuthorAgeFilesLines
* wavelan: move driver to stagingJohn W. Linville2009-10-301-4635/+0
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-11/+2
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-11/+2
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-121-1/+1
* | wavelan: Remove bogus debugging on skb->next being non-NULL.David S. Miller2009-05-271-5/+0
|/
* wavelan: convert to net_device_opsStephen Hemminger2009-03-211-10/+14
* wavelan: convert to internal net_device_statsStephen Hemminger2009-03-211-33/+17
* wireless, wavelan: spin off by 1Roel Kluin2009-03-051-3/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert more to %pMJohannes Berg2008-10-271-7/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-20/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-8/+8
|\
| * pcmcia: deprecate CS_SUCCESSDominik Brodowski2008-08-231-8/+8
* | pcmcia: Fix up legacy driver IRQsAlan Cox2008-09-241-1/+1
* | [netdrvr] Drivers should not set IFF_* flag themselvesWang Chen2008-08-071-6/+0
|/
* wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is definedJohn W. Linville2008-05-121-4/+2
* wavelan_cs: stop inlining largish static functionsDenys Vlasenko2008-04-081-24/+23
* pcmcia: replace kio_addr_t with unsigned int everywhereOlof Johansson2008-02-051-28/+28
* WAVELAN - compile-time check for struct sizesHelge Deller2008-01-281-29/+4
* wireless: checkpatch cleanupsJeff Garzik2008-01-281-5/+5
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-281-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-34/+20
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-3/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-091-2/+2
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* Various typo fixes.Robert P. J. Day2007-02-171-4/+4
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-041-33/+0
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-061-10/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-5/+2
* [PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski2006-03-311-19/+5
* [PATCH] pcmcia: remove unused p_dev->state flagsDominik Brodowski2006-03-311-1/+0
* [PATCH] pcmcia: add return value to _config() functionsDominik Brodowski2006-03-311-6/+14
* [PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski2006-03-311-36/+31
* [PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski2006-03-311-30/+16
* [PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski2006-03-311-1/+0
* [PATCH] pcmcia: default suspend and resume handlingDominik Brodowski2006-03-311-18/+6
* [PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski2006-03-311-12/+6
* [PATCH] Wavelan_cs bitfield fixesJean Tourrilhes2006-02-171-12/+4
* [PATCH] drivers/net/wireless: correct reported ssid lengthsDan Williams2006-01-161-1/+1
* [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski2006-01-061-70/+14
* [PATCH] pcmcia: remove dev_list from driversDominik Brodowski2006-01-061-23/+1
* [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski2006-01-061-26/+5