summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util/linux_osl.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-031-54/+0Star
* staging: brcm80211: cleanup declaration in osl.hArend van Spriel2011-03-031-51/+0Star
* staging: brcm80211: remove unused attributes from struct osl_infoArend van Spriel2011-03-031-38/+0Star
* staging: brcm80211: relocate skb_get/free routinesBrett Rudley2011-03-011-45/+0Star
* staging: brcm80211: Remove abstraction of pci_(alloc/free)_consistentBrett Rudley2011-03-011-22/+0Star
* staging: brcm80211: Remove abstractions for pci_(un)map_singleBrett Rudley2011-03-011-20/+0Star
* staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-1/+0Star
* staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel2010-12-071-3/+2Star
* staging: brcm80211: remove macro usage for sk_buff allocationArend van Spriel2010-12-071-2/+2
* staging: brcm80211: Move osl_pub into oslBrett Rudley2010-12-071-4/+4
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-011-1/+1
* staging: brcm80211: Remove unused PKTFREESETCBBrett Rudley2010-12-011-3/+0Star
* staging: brcm80211: OSL shrink: Remove OSL_PCI_READ/WRITE_CONFIGBrett Rudley2010-11-291-13/+0Star
* staging: brcm80211: stragglers not handled by unifdefBrett Rudley2010-11-201-49/+0Star
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-21/+25
* staging: brcm80211: completely remove osl_pubinfo_t typedefBrett Rudley2010-11-171-12/+12
* staging: brcm80211: expose osl contents and start combining osl and pub_osl.Brett Rudley2010-11-171-7/+0Star
* staging: brcm80211: get rid of last bit of pci configspace workaround.Brett Rudley2010-11-161-2/+0Star
* staging: brcm80211: simplify pci_config_read/write osl routines.Brett Rudley2010-11-161-42/+5Star
* staging: brcm80211: Remove pkttag from oslBrett Rudley2010-11-101-9/+1Star
* staging: brcm80211: Remove 'failed' field from oshBrett Rudley2010-11-101-2/+0Star
* staging: brcm80211: Remove OSL_ERROR entry pointBrett Rudley2010-11-101-73/+0Star
* staging: brcm80211: Remove abstraction layer for dma alignmentBrett Rudley2010-11-101-6/+1Star
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-101-1/+4
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-6/+5Star
* staging: brcm80211: remove unrefrenced malloced fieldmike.rapoport@gmail.com2010-10-141-2/+0Star
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-9/+0Star
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-20/+0Star
* staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com2010-10-141-6/+0Star
* staging: brcm80211: remove DHD_USE_STATIC_BUFmike.rapoport@gmail.com2010-10-141-180/+0Star
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-141-11/+0Star
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-2/+2
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-1/+1
* staging: brcm80211: fix various checkpatch errors.Jason Cooper2010-10-121-5/+5
* staging: brcm80211: Coalesce osl_dma_alloc_consistent between fullmac and sof...Brett Rudley2010-10-081-14/+6Star
* staging: brcm80211: Purge unused memlist debuggingBrett Rudley2010-10-081-9/+0Star
* Staging: brcm80211: remove ISALIGNED macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-7/+7
* staging: brcm80211: Use proper BRCM_FULLMAC #ifdefsBrett Rudley2010-10-081-13/+17
* staging: brcm80211: Remove dead code from linux_osl.c.Henry Ptasinski2010-10-081-41/+0Star
* Staging: brcm80211: s/int16/s16/Greg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-081-6/+6
* staging: brcm80211: removed duplicated file, linux_osl.cnohee ko2010-10-071-8/+196
* Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman2010-10-051-2/+2
* Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman2010-10-051-4/+4
* staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-141-3/+6
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-141-10/+10