summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util/bcmsrom.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-10staging: brcm80211: move files only used by brcmsmac into appropriate dirHenry Ptasinski1-714/+0
2011-05-03staging: brcm80211: cleanup code in source file aiutils.cArend van Spriel1-5/+5
2011-05-03staging: brcm80211: removed ASSERTs from util dir, part 1Roland Vossen1-39/+1
2011-05-03staging: brcm80211: replace error codes part 2Roland Vossen1-1/+1
2011-05-03staging: brcm80211: replace error codes part 1Roland Vossen1-5/+5
2011-05-03staging: brcm80211: made error codes in bcmutils.h positiveRoland Vossen1-6/+6
2011-04-13Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2011-04-04staging: brcm80211: remove support functions for older chipsets from bcmsromArend van Spriel1-1210/+0
2011-04-04staging: brcm80211: remove conditional BCMSDIO code from bcmsrom.cArend van Spriel1-106/+0
2011-04-04staging: brcm80211: remove unneccessary include from bcmsrom.cArend van Spriel1-2/+0
2011-04-04staging: brcm80211: remove defines from bcmsrom.cArend van Spriel1-18/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14staging: brcm80211: Remove NULL check before kfreeIlia Mirkin1-2/+1
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-54/+52
2011-03-01staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel1-7/+7
2011-02-23staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev1-1/+12
2011-02-18staging: brcm80211: replace bcopy with memcpyStanislav Fomichev1-4/+4
2011-01-20staging: brcm80211: last nail into proto/ethernet.hArend van Spriel1-9/+8
2011-01-20staging: brcm80211: remove usage of struct ether_headerArend van Spriel1-0/+1
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches1-1/+1
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches1-2/+2
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches1-5/+6
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley1-1/+1
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley1-1/+1
2010-11-29staging: brcm80211: Remove BUSTYPE macroBrett Rudley1-6/+6
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley1-29/+32
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley1-1/+2
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-4/+2
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com1-8/+8
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com1-12/+8
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-4/+4
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-6/+6
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko1-11/+5
2010-10-08Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman1-27/+20
2010-10-08Staging: brcm80211: remove BCMATTACHDATA macroGreg Kroah-Hartman1-107/+107
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-8/+8
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-28/+28
2010-10-05Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman1-22/+22
2010-10-05staging: brcm80211: Move #includes out of headerBrett Rudley1-0/+2
2010-09-16staging: brcm80211: use string native libraryAndy Shevchenko1-1/+2
2010-09-14staging: brcm80211: fix "ERROR: need consistent spacing around '*'"Jason Cooper1-4/+4
2010-09-14staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"Jason Cooper1-1/+1
2010-09-14staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper1-10/+5
2010-09-14staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper1-1/+2
2010-09-14staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper1-9/+18
2010-09-14staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper1-4/+4
2010-09-14staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper1-6/+12
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper1-42/+42