summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: wlan-ng: Remove dead code from hfa384x_usb.cMoritz Muehlenhoff2009-04-032-37/+0
* Staging: wlan-ng: Remove dead code from prism2mgmt.cMoritz Muehlenhoff2009-04-031-18/+0
* Staging: wlan-ng: Remove dead/unused code from prism2sta.cMoritz Muehlenhoff2009-04-032-87/+0
* Staging: wlan-ng: Remove more dead/unused code from p80211types.hMoritz Muehlenhoff2009-04-031-103/+0
* Staging: wlan-ng: Replace SSWAP() with the generic swap(). Also remove aMoritz Muehlenhoff2009-04-031-15/+7
* Staging: wlan-ng: Remove dead/unused code from p80211req.cMoritz Muehlenhoff2009-04-031-18/+0
* Staging: wlan-ng: Remove dead/unused code from p80211conv.hMoritz Muehlenhoff2009-04-031-4/+0
* Staging: wlan-ng: Remove dead/unused code from p80211conv.cMoritz Muehlenhoff2009-04-031-19/+0
* Staging: wlan-ng: Remove dead/unused code from p80211netdev.hMoritz Muehlenhoff2009-04-031-10/+0
* Staging: wlan-ng: Remove dead/unused code from p80211msg.hMoritz Muehlenhoff2009-04-031-17/+0
* Staging: wlan-ng: Remove dead/unused code from hfa384x.hMoritz Muehlenhoff2009-04-031-72/+0
* Staging: wlan-ng: Remove dead/unused code from p80211meta.hMoritz Muehlenhoff2009-04-031-50/+5
* Staging: wlan-ng: Remove dead/unused code from p80211hdr.hMoritz Muehlenhoff2009-04-031-54/+1
* Staging: wlan-ng: Remove dead/unused code from p80211types.hMoritz Muehlenhoff2009-04-031-150/+0
* Staging: wlan-ng: Replace wlan_isprint() with generic isprint()Moritz Muehlenhoff2009-04-031-3/+2
* Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff2009-04-037-31/+29
* Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff2009-04-0310-98/+96
* Staging: wlan-ng: Replace WLAN_LOG_NOTICE with printk()Moritz Muehlenhoff2009-04-032-3/+1
* Staging: wlan-ng: Remove wlan_max()/wlan_min()Moritz Muehlenhoff2009-04-032-4/+1
* Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff2009-04-035-32/+30
* Staging: wlan-ng: Move URB_ASYNC_UNLINK and USB_QUEUE_BULK out of wlan_compat.hMoritz Muehlenhoff2009-04-032-3/+2
* Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff2009-04-0310-172/+138
* Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff2009-04-035-19/+14
* Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff2009-04-0310-520/+11
* Staging: wlan-ng: Cleanup wlan_compat.h moreMoritz Muehlenhoff2009-04-032-7/+2
* Staging: wlan-ng: Remove stray comments in header filesMoritz Muehlenhoff2009-04-0312-130/+0
* Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff2009-04-036-48/+54
* Staging: wlan-ng: Remove use of __WLAN_ATTRIB_PACK__Moritz Muehlenhoff2009-04-039-210/+205
* Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check b...Roel Kluin2009-01-061-2/+2
* Staging: wlan-ng: fix compiler warningsGreg Kroah-Hartman2009-01-062-2/+0
* Staging: wlan-ng: p80211wext.c: use ARRAY_SIZEJulia Lawall2009-01-061-2/+2
* Staging: wlan-ng: remove unused #include <version.h>Huang Weiyi2009-01-064-4/+0
* Staging: wlan-ng: p80211conv.c copy code from wlan-ng-devel branch to not dro...Richard Kennedy2009-01-061-1/+48
* Staging: wlan-ng: hfa384x_usbin_callback: check for hardware removedRichard Kennedy2009-01-061-1/+1
* Staging: wlan-ng: p80211wext don't set default key id twiceRichard Kennedy2009-01-061-7/+0
* Staging: wlan-ng: p80211wext.c add latest changes & remove extra nulls from w...Richard Kennedy2009-01-061-13/+26
* Staging: wlan-ng: hfa384x_usb.c use newest version of 384x_drvr_startRichard Kennedy2009-01-061-11/+53
* Staging: wlan-ng: prism2_usb.c always enable the card in probe_usbRichard Kennedy2009-01-061-5/+9
* Staging: wlan-ng: p80211netdev.c fix netdev alloc to prevent oops on device s...Richard Kennedy2009-01-061-12/+4
* Staging: wlan-ng: Purge all MIBs not used internally.Solomon Peachy2009-01-064-1979/+11
* Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy2009-01-066-247/+15
* Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER.Solomon Peachy2009-01-063-491/+9
* Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy2009-01-0612-2097/+13
* Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXTSolomon Peachy2009-01-061-1/+1
* Staging: wlan-ng: Wireless Extension support is mandatory.Solomon Peachy2009-01-064-15/+1
* Staging: wlan-ng: Eliminate all backwards-compatible kernel code.Solomon Peachy2009-01-064-130/+3
* Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy2009-01-0624-1953/+1926
* Staging: wlan-ng: Eliminate usage of procfs.Solomon Peachy2009-01-063-203/+0
* Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy2009-01-0612-77/+6
* Staging: wlan-ng: Eliminate one more rx mtu test.Solomon Peachy2009-01-061-10/+0
OpenPOWER on IntegriCloud