aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wavelan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01wireless: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-05-27wavelan: Remove bogus debugging on skb->next being non-NULL.David S. Miller1-4/+0
2009-03-27wireless: convert wavelan to net_device_opsStephen Hemminger1-43/+36
2009-02-27wavelan: Test arraysize before an element of the array.Roel Kluin1-2/+1
2009-02-17drivers/net/wireless: fix sparse warnings: symbol shadows an earlier oneHannes Eder1-4/+4
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-45/+43
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-23/+10
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-08-07[netdrvr] Drivers should not set IFF_* flag themselvesWang Chen1-3/+0
2008-05-12wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is definedJohn W. Linville1-2/+2
2008-01-28WAVELAN - compile-time check for struct sizesHelge Deller1-29/+5
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-30/+23
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+3
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-02-14[PATCH] wavelan: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-7/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-22[PATCH] skb_padto()-area fixes in 8390, wavelanAlan Cox1-6/+8
2006-06-22[PATCH] Array overrun in drivers/net/wireless/wavelan.cEric Sesterhenn1-2/+2
2006-05-26[PATCH] wavelan: fix section mismatchRandy Dunlap1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-19/+19
2005-09-24Remove WIRELESS_EXT ifdefs from several wireless drivers.Jeff Garzik1-8/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+4452