aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/util/bcmsrom.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: move files only used by brcmsmac into appropriate dirHenry Ptasinski2011-05-101-714/+0
* staging: brcm80211: cleanup code in source file aiutils.cArend van Spriel2011-05-031-5/+5
* staging: brcm80211: removed ASSERTs from util dir, part 1Roland Vossen2011-05-031-39/+1
* staging: brcm80211: replace error codes part 2Roland Vossen2011-05-031-1/+1
* staging: brcm80211: replace error codes part 1Roland Vossen2011-05-031-5/+5
* staging: brcm80211: made error codes in bcmutils.h positiveRoland Vossen2011-05-031-6/+6
* Staging: merge 2.6.39-rc3 into staging-nextGreg Kroah-Hartman2011-04-131-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | staging: brcm80211: remove support functions for older chipsets from bcmsromArend van Spriel2011-04-041-1210/+0
* | staging: brcm80211: remove conditional BCMSDIO code from bcmsrom.cArend van Spriel2011-04-041-106/+0
* | staging: brcm80211: remove unneccessary include from bcmsrom.cArend van Spriel2011-04-041-2/+0
* | staging: brcm80211: remove defines from bcmsrom.cArend van Spriel2011-04-041-18/+0
|/
* staging: brcm80211: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* 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-54/+52
* staging: brcm80211: remove usage of struct osl_info for register accessArend van Spriel2011-03-011-7/+7
* staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-1/+12
* staging: brcm80211: replace bcopy with memcpyStanislav Fomichev2011-02-181-4/+4
* staging: brcm80211: last nail into proto/ethernet.hArend van Spriel2011-01-201-9/+8
* staging: brcm80211: remove usage of struct ether_headerArend van Spriel2011-01-201-0/+1
* staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches2010-12-161-1/+1
* staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches2010-12-161-2/+2
* staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches2010-12-161-5/+6
* staging: brcm80211: bcmp => memcmpBrett Rudley2010-12-011-1/+1
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-011-1/+1
* staging: brcm80211: Remove BUSTYPE macroBrett Rudley2010-11-291-6/+6
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-29/+32
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-1/+2
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-4/+2
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-8/+8
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-12/+8
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-4/+4
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-6/+6
* staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko2010-10-121-11/+5
* Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman2010-10-081-27/+20
* Staging: brcm80211: remove BCMATTACHDATA macroGreg Kroah-Hartman2010-10-081-107/+107
* Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-8/+8
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-071-28/+28
* Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman2010-10-051-22/+22
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-051-0/+2
* staging: brcm80211: use string native libraryAndy Shevchenko2010-09-161-1/+2
* staging: brcm80211: fix "ERROR: need consistent spacing around '*'"Jason Cooper2010-09-141-4/+4
* staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"Jason Cooper2010-09-141-1/+1
* staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper2010-09-141-10/+5
* staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper2010-09-141-1/+2
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-141-9/+18
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-141-4/+4
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-141-6/+12
* staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper2010-09-141-42/+42