summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/linux_osl.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-02staging: brcm80211: absorb linux_osl.h into osl.hBrett Rudley1-270/+0
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley1-2/+0
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley1-3/+0
2010-12-01staging: brcm80211: Remove bogus gcc version checkingBrett Rudley1-10/+1
2010-12-01staging: brcm80211: Remove unused PKTFREESETCBBrett Rudley1-6/+0
2010-12-01staging: brcm80211: Remove OSL_DMADDRWIDTHBrett Rudley1-3/+0
2010-11-29staging: brcm80211: remove some more packet related macrosArend van Spriel1-5/+2
2010-11-29staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel1-14/+4
2010-11-29staging: brcm80211: OSL shrink: Remove OSL_PCI_READ/WRITE_CONFIGBrett Rudley1-9/+0
2010-11-19staging: brcm80211: stragglers not handled by unifdefBrett Rudley1-37/+0
2010-11-19staging: brcm80211: replaced PKTSETLEN macro by native __skb_trim callArend van Spriel1-3/+0
2010-11-19staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff callsArend van Spriel1-2/+0
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley1-19/+23
2010-11-17staging: brcm80211: completely remove osl_pubinfo_t typedefBrett Rudley1-14/+15
2010-11-17staging: brcm80211: expose osl contents and start combining osl and pub_osl.Brett Rudley1-13/+0
2010-11-16staging: brcm80211: remove unused osl_pkt{get,free}_staticMike Rapoport1-3/+0
2010-11-09staging: brcm80211: Remove pkttag from oslBrett Rudley1-9/+1
2010-11-09staging: brcm80211: Remove OSL_ERROR entry pointBrett Rudley1-3/+0
2010-11-09staging: brcm80211: Remove dead code from osl.hBrett Rudley1-22/+0
2010-11-09staging: brcm80211: Remove abstraction layer for dma alignmentBrett Rudley1-2/+0
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley1-4/+0
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-3/+0
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman1-2/+2
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com1-3/+0
2010-10-14staging: brcm80211: remove unused NATIVE_{MALLOC,MFREE}mike.rapoport@gmail.com1-3/+0
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com1-2/+0
2010-10-14staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com1-2/+0
2010-10-14staging: brcm80211: remove DHD_USE_STATIC_BUFmike.rapoport@gmail.com1-5/+0
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com1-3/+0
2010-10-12Staging: brcm80211: include: remove unneeded use of uintptrGreg Kroah-Hartman1-4/+4
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-1/+1
2010-10-08staging: brcm80211: Coalesce osl_dma_alloc_consistent between fullmac and sof...Brett Rudley1-9/+8
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-18/+18
2010-10-07staging: brcm80211: Remove dead code from linux_osl.c.Henry Ptasinski1-12/+0
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-16/+16
2010-10-07Staging: brcm80211: remove some more macros from linuxver.hGreg Kroah-Hartman1-1/+1
2010-10-05Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman1-3/+3
2010-10-05Staging: brcm80211: include: s/uint8/u8/Greg Kroah-Hartman1-15/+15
2010-10-05Staging: brcm80211: remove INLINE definitionGreg Kroah-Hartman1-2/+2
2010-10-05staging: brcm80211: Move #includes out of headerBrett Rudley1-0/+8
2010-09-21staging: brcm80211: add fullmac driverHenry Ptasinski1-20/+68
2010-09-14staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'Jason Cooper1-25/+25
2010-09-14staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper1-3/+3
2010-09-14staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper1-15/+30
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper1-25/+25
2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski1-0/+370