summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: remove redundant CHIPID macroArend van Spriel2010-12-022-35/+35
* staging: brcm80211 needs lots of delay.hRandy Dunlap2010-12-013-0/+3
* staging: brcm80211: bcmp => memcmpBrett Rudley2010-12-011-1/+1
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-012-11/+11
* staging: brcm80211: Remove BUSTYPE macroBrett Rudley2010-11-292-3/+3
* staging: brcm80211: unifdef -DWLC_LOWBrett Rudley2010-11-201-2/+0Star
* staging: brcm80211: unifdef -UWLC_HIGH_ONLYBrett Rudley2010-11-201-4/+0Star
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-172-9/+9
* staging: brcm80211: Move #include from bcmutils.h out to .c filesBrett Rudley2010-11-102-0/+2
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-103-3/+4
* staging: brcm80211: Move #includes out of d11.hBrett Rudley2010-11-105-0/+15
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-218-14/+11Star
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-143-11/+11
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-143-15/+10Star
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-143-74/+74
* Staging: brcm80211: phy: remove unneeded use of uintptrGreg Kroah-Hartman2010-10-121-4/+4
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-125-156/+156
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-124-146/+146
* staging: brcm80211: remove BCMNMIATTACHFN() macro.Jason Cooper2010-10-121-1/+1
* staging: brcm80211: remove BCMUNINITFN() macro.Jason Cooper2010-10-121-1/+1
* staging: brcm80211: remove BCMINITFN() macro.Jason Cooper2010-10-121-1/+1
* staging: brcm80211: Purge unused packet engineBrett Rudley2010-10-093-11/+1Star
* Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman2010-10-083-9/+9
* Staging: brcm80211: phy: wlc_phy_n: fix some comparison warningsGreg Kroah-Hartman2010-10-081-7/+7
* Staging: brcm80211: remove ROUNDUP macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman2010-10-083-55/+55
* Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman2010-10-083-8/+8
* Staging: brcm80211: remove broken MAX() implementationGreg Kroah-Hartman2010-10-082-12/+12
* Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman2010-10-082-19/+19
* Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman2010-10-086-123/+123
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-0810-348/+348
* staging: brcm80211: Don't include bitfuncs.hHenry Ptasinski2010-10-081-1/+0Star
* staging: brcm80211: Use linux/bitops.h instead of bitfuncs.hHenry Ptasinski2010-10-081-2/+2
* Staging: brcm80211: s/int16/s16/Greg Kroah-Hartman2010-10-085-169/+169
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-088-1048/+1048
* Staging: brcm80211: remove CONST definitionGreg Kroah-Hartman2010-10-055-169/+169
* Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman2010-10-051-5/+5
* Staging: brcm80211: s/int8/s8/Greg Kroah-Hartman2010-10-056-224/+224
* Staging: brcm80211: phy: s/uint8/u8/Greg Kroah-Hartman2010-10-058-770/+770
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-053-0/+10
* staging: brcm80211: use string native libraryAndy Shevchenko2010-09-161-1/+2
* staging: brcm80211: fix "ERROR: spaces required around that ..."Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."Jason Cooper2010-09-151-1/+1
* staging: brcm80211: fix "ERROR: space prohibited after that ..."Jason Cooper2010-09-153-7/+7
* staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper2010-09-152-2/+2
* staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper2010-09-152-54/+51Star
* staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper2010-09-151-1/+2
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-143-28/+37
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-142-24/+24
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-143-27/+54