aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Staging: wlan-ng: Move wlan_mkprintstr() and wlan_hexchar() macros into prism2sta.cMoritz Muehlenhoff2-32/+22
2009-04-03Staging: wlan-ng: Move netdevice_t typedef into p80211netdev.hMoritz Muehlenhoff2-3/+4
2009-04-03Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff7-48/+5
2009-04-03Staging: wlan-ng: Remove more dead/unused code from hfa384x.hMoritz Muehlenhoff1-1166/+2
2009-04-03Staging: wlan-ng: Remove dead/unused code from hfa384x.h and p80211metamsg.hMoritz Muehlenhoff3-337/+1
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211ioctl.hMoritz Muehlenhoff1-21/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211metadef.hMoritz Muehlenhoff1-543/+0
2009-04-03Staging: wlan-ng: Remove unused header file p80211metamib.hMoritz Muehlenhoff1-77/+0
2009-04-03Staging: wlan-ng: Remove dead code from hfa384x_usb.cMoritz Muehlenhoff2-37/+0
2009-04-03Staging: wlan-ng: Remove dead code from prism2mgmt.cMoritz Muehlenhoff1-18/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from prism2sta.cMoritz Muehlenhoff2-87/+0
2009-04-03Staging: wlan-ng: Remove more dead/unused code from p80211types.hMoritz Muehlenhoff1-103/+0
2009-04-03Staging: wlan-ng: Replace SSWAP() with the generic swap(). Also remove aMoritz Muehlenhoff1-15/+7
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211req.cMoritz Muehlenhoff1-18/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211conv.hMoritz Muehlenhoff1-4/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211conv.cMoritz Muehlenhoff1-19/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211netdev.hMoritz Muehlenhoff1-10/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211msg.hMoritz Muehlenhoff1-17/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from hfa384x.hMoritz Muehlenhoff1-72/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211meta.hMoritz Muehlenhoff1-50/+5
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211hdr.hMoritz Muehlenhoff1-54/+1
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211types.hMoritz Muehlenhoff1-150/+0
2009-04-03Staging: wlan-ng: Replace wlan_isprint() with generic isprint()Moritz Muehlenhoff1-3/+2
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff7-31/+29
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff10-98/+96
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff2-3/+1
2009-04-03Staging: wlan-ng: Remove wlan_max()/wlan_min()Moritz Muehlenhoff2-4/+1
2009-04-03Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff5-32/+30
2009-04-03Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.hMoritz Muehlenhoff2-3/+2
2009-04-03Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff10-172/+138
2009-04-03Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff5-19/+14
2009-04-03Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff10-520/+11
2009-04-03Staging: wlan-ng: Cleanup wlan_compat.h moreMoritz Muehlenhoff2-7/+2
2009-04-03Staging: wlan-ng: Remove stray comments in header filesMoritz Muehlenhoff12-130/+0
2009-04-03Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff6-48/+54
2009-04-03Staging: wlan-ng: Remove use of __WLAN_ATTRIB_PACK__Moritz Muehlenhoff9-210/+205
2009-01-06Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtractionRoel Kluin1-2/+2
2009-01-06Staging: wlan-ng: fix compiler warningsGreg Kroah-Hartman2-2/+0
2009-01-06Staging: wlan-ng: p80211wext.c: use ARRAY_SIZEJulia Lawall1-2/+2
2009-01-06Staging: wlan-ng: remove unused #include <version.h>Huang Weiyi4-4/+0
2009-01-06Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not drop packetsRichard Kennedy1-1/+48
2009-01-06Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removedRichard Kennedy1-1/+1
2009-01-06Staging: wlan-ng: p80211wext don't set default key id twiceRichard Kennedy1-7/+0
2009-01-06Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from wext_handlersRichard Kennedy1-13/+26
2009-01-06Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_startRichard Kennedy1-11/+53
2009-01-06Staging: wlan-ng: prism2_usb.c always enable the card in probe_usbRichard Kennedy1-5/+9
2009-01-06Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device startRichard Kennedy1-12/+4
2009-01-06Staging: wlan-ng: Purge all MIBs not used internally.Solomon Peachy4-1979/+11
2009-01-06Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy6-247/+15
2009-01-06Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER.Solomon Peachy3-491/+9