summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util/nicpci.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-10staging: brcm80211: move files only used by brcmsmac into appropriate dirHenry Ptasinski1-835/+0
2011-05-03staging: brcm80211: cleanup code in source file aiutils.cArend van Spriel1-6/+6
2011-05-03staging: brcm80211: removed ASSERTs from util dir, part 2Roland Vossen1-13/+0
2011-04-25brcm80211: update PCI config space defineStanislav Fomichev1-2/+2
2011-04-25brcm80211: use native PCI header definesStanislav Fomichev1-1/+1
2011-04-25brcm80211: use native PCI capability definesStanislav Fomichev1-21/+18
2011-04-25brcm80211: use native PCI register offsetsStanislav Fomichev1-3/+3
2011-03-02staging: brcm80211: remove osl source files from driverArend van Spriel1-1/+0
2011-03-01staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel1-21/+16
2011-03-01staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel1-25/+25
2011-02-28staging: brcm80211: remove usage of struct osl_info to access deviceArend van Spriel1-28/+31
2010-12-01staging: brcm80211 needs lots of delay.hRandy Dunlap1-0/+1
2010-11-29staging: brcm80211: Remove BUSTYPE macroBrett Rudley1-1/+2
2010-11-17staging: brcm80211: nicpci.c: replace osl based PCI calls with native linux p...Brett Rudley1-63/+33
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley1-11/+12
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley1-1/+1
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-1/+0
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com1-1/+1
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com1-3/+1
2010-10-14staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com1-2/+1
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com1-3/+3
2010-10-12Staging: brcm80211: remove sbpciregs_t typedefGreg Kroah-Hartman1-2/+2
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-7/+7
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-6/+6
2010-10-12staging: brcm80211: remove BCMINITFN() macro.Jason Cooper1-1/+1
2010-10-08Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman1-5/+5
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-42/+42
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-3/+3
2010-10-05Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman1-1/+1
2010-10-05Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman1-17/+17
2010-10-05staging: brcm80211: Move #includes out of headerBrett Rudley1-0/+2
2010-09-14staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper1-1/+2
2010-09-14staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper1-3/+3
2010-09-14staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper1-2/+4
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper1-34/+34
2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski1-0/+880