aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/bcmutils.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21staging: brcm80211: Removed unnecessary pktsetprio() function.Henry Ptasinski1-7/+0
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman1-1/+1
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com1-1/+1
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-1/+1
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko1-2/+0
2010-10-11staging: brcm80211: remove custom string library againAndy Shevchenko1-1/+0
2010-10-10Staging: brcm80211: remove __cplusplus markersGreg Kroah-Hartman1-8/+0
2010-10-09staging: brcm80211: remove duplicated file, bcmutils.cnohee ko1-118/+7
2010-10-08Staging: brcm80211: remove VALID_MASK macroGreg Kroah-Hartman1-1/+0
2010-10-08Staging: brcm80211: remove ROUNDUP macroGreg Kroah-Hartman1-1/+0
2010-10-08Staging: brcm80211: remove ISALIGNED macroGreg Kroah-Hartman1-1/+0
2010-10-08Staging: brcm80211: remove unused ALIGN_ADDR() macroGreg Kroah-Hartman1-2/+0
2010-10-08Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman1-3/+0
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman1-3/+0
2010-10-08Staging: brcm80211: remove broken MAX() implementationGreg Kroah-Hartman1-4/+0
2010-10-08Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman1-4/+0
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman1-1/+1
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman1-18/+18
2010-10-07Staging: brcm80211: s/int16/s16/Greg Kroah-Hartman1-1/+1
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman1-18/+18
2010-10-05staging: brcm80211: bcmutils.[ch]: purge unused funcsBrett Rudley1-4/+35
2010-10-05Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman1-3/+3
2010-10-05Staging: brcm80211: s/ushort/unsigned short/Greg Kroah-Hartman1-1/+1
2010-10-05Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman1-7/+7
2010-10-05Staging: brcm80211: s/int8/s8/Greg Kroah-Hartman1-1/+1
2010-10-05Staging: brcm80211: include: s/uint8/u8/Greg Kroah-Hartman1-17/+17
2010-10-05Staging: brcm80211: remove INLINE definitionGreg Kroah-Hartman1-1/+1
2010-09-21staging: brcm80211: add fullmac driverHenry Ptasinski1-2/+55
2010-09-16staging: brcm80211: use string native libraryAndy Shevchenko1-13/+0
2010-09-16staging: brcm80211: use native ctype libraryAndy Shevchenko1-27/+0
2010-09-14staging: brcm80211: fix remaining checkpatch errors.Jason Cooper1-3/+3
2010-09-14staging: brcm80211: fix "ERROR: spaces required around that ..."Jason Cooper1-3/+3
2010-09-14staging: brcm80211: fix "ERROR: space required before that ..."Jason Cooper1-1/+1
2010-09-14staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper1-2/+2
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper1-25/+25
2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN driver.Henry Ptasinski1-0/+606