aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-23staging: wlan-ng: Fix restricted __be16 degrades to integerEbru Akagunduz1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-09staging: wlan-ng: Use net_device_stats from struct net_deviceTobias Klauser1-33/+7
2014-05-24staging/wlan-ng: log with netdev_xxx and dev_xxxDenis Pithon1-23/+22
2014-05-24staging/wlan-ng: rearrange commentsDenis Pithon1-3/+3
2014-05-24staging/wlan-ng: multicast address checkingDenis Pithon1-1/+1
2014-05-24staging/wlan-ng: compare using ether_addr_equal_unalignedDenis Pithon1-1/+2
2014-05-24staging/wlan-ng: add prefix to function nameDenis Pithon1-3/+3
2014-05-15staging/wlan-ng: code refactoringDenis Pithon1-31/+43
2014-05-15staging/wlan-ng: remove function declarationDenis Pithon1-3/+0
2014-05-15staging/wlan-ng: update function header commentDenis Pithon1-13/+5
2014-03-13staging:wlan-ng:Fix sparse warningHimangi Saraogi1-3/+1
2013-02-14staging/wlan-ng: Fix 'Branch condition evaluates to a garbage value' in p80211netdev.cPeter Huewe1-0/+2
2012-09-26staging "wlan-ng" Fix typos.Justin P. Mattock1-1/+1
2012-09-13staging:wlan-ng: make wlan_unsetup voidDevendra Naga1-5/+1
2012-09-10staging:wlan-ng: clean some more functionsDevendra Naga1-4/+1
2012-09-10staging:wlan-ng: clean register_wlandev functionDevendra Naga1-7/+1
2012-02-24staging: wlan-ng: p80211netdev.c: fixed checkpatch errorSebastiaan de Haan1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-1/+1
2010-11-09Staging: wlan-ng: Fix wrong #ifdef #endif sequenceMaximiliano David Bustos1-1/+1
2010-11-09Staging: wlan-ng: fixed coding style issues in p80211netdev.cJohan Meiring1-2/+4
2010-08-02Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames1-4/+5
2010-08-02Staging: wlan-ng: remove typedef in p80211ioctl.hEdgardo Hames1-1/+1
2010-08-02Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames1-2/+2
2010-08-02Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames1-6/+6
2010-07-22Staging: wlan-ng: fix style in p80211netdev.cEdgardo Hames1-1/+2
2010-06-18Staging: wlan-ng: Switch from wext to cfg80211Karl Relton1-17/+32
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-3/+4
2009-09-15Staging: wlan-ng: Drop the special case handling of older wireless extensions, WIRELESS_EXT is at 22 for the current kernel.Moritz Muehlenhoff1-3/+0
2009-09-15Staging: wlan-ng: Use kzfree() to securely zero-out the WEP key when freeing itMoritz Muehlenhoff1-1/+1
2009-09-15Staging: wlan-ng: Remove some superflous commentsMoritz Muehlenhoff1-3/+0
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-27/+27
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral1-42/+42
2009-06-19Staging: wlan-ng: Move firmware loading into driverKarl Relton1-14/+0
2009-06-19Staging: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-4/+4
2009-04-17Staging: wlan-ng: convert to netdev_opsAlexander Beregalov1-5/+15
2009-04-03Staging: wlan-ng: block ioctls until card fully initialisedRichard Kennedy1-0/+14
2009-04-03Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff1-1/+0
2009-04-03Staging: wlan-ng: Remove dead code from p80211netdev.cMoritz Muehlenhoff1-16/+0
2009-04-03Staging: wlan-ng: p80211netdev.c: Coding style cleanupsMoritz Muehlenhoff1-167/+128
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff1-14/+14
2009-04-03Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff1-6/+0
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff1-1/+1
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff1-3/+3
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff1-1/+1
2009-04-03Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff1-1/+2