aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util/nicpci.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: removed ASSERTs from util dir, part 2Roland Vossen2011-05-031-13/+0
* brcm80211: update PCI config space defineStanislav Fomichev2011-04-251-2/+2
* brcm80211: use native PCI header definesStanislav Fomichev2011-04-251-1/+1
* brcm80211: use native PCI capability definesStanislav Fomichev2011-04-251-21/+18
* brcm80211: use native PCI register offsetsStanislav Fomichev2011-04-251-3/+3
* staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-021-1/+0
* staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel2011-03-011-21/+16
* staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel2011-03-011-25/+25
* staging: brcm80211: remove usage of struct osl_info to access deviceArend van Spriel2011-02-281-28/+31
* staging: brcm80211 needs lots of delay.hRandy Dunlap2010-12-011-0/+1
* staging: brcm80211: Remove BUSTYPE macroBrett Rudley2010-11-291-1/+2
* staging: brcm80211: nicpci.c: replace osl based PCI calls with native linux p...Brett Rudley2010-11-171-63/+33
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-11/+12
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-1/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-1/+0
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-1/+1
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-3/+1
* staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com2010-10-141-2/+1
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-141-3/+3
* Staging: brcm80211: remove sbpciregs_t typedefGreg Kroah-Hartman2010-10-121-2/+2
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-7/+7
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-6/+6
* staging: brcm80211: remove BCMINITFN() macro.Jason Cooper2010-10-121-1/+1
* Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman2010-10-081-5/+5
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-42/+42
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-071-3/+3
* Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman2010-10-051-1/+1
* Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman2010-10-051-17/+17
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-051-0/+2
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-141-1/+2
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-141-3/+3
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-141-2/+4
* staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper2010-09-141-34/+34
* Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski2010-09-081-0/+880