summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/util/bcmutils.c
AgeCommit message (Expand)Author
2011-03-02staging: brcm80211: remove osl source files from driverArend van Spriel
2011-03-02staging: brcm80211: remove struct osl_info from function prototypesArend van Spriel
2011-03-02staging: brcm80211: remove counting of allocated sk_buff packetsArend van Spriel
2011-03-02staging: brcm80211: cleanup declaration in osl.hArend van Spriel
2011-03-01staging: brcm80211: remove usage of struct osl_info from util sourcesArend van Spriel
2011-02-28staging: brcm80211: remove osl handle from pkttotlen functionArend van Spriel
2011-02-28staging: brcm80211: remove include file proto/802.1d.hArend van Spriel
2011-02-28staging: brcm80211: relocate skb_get/free routinesBrett Rudley
2011-02-23staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev
2011-02-18staging: brcm80211: replace bcopy with memcpyStanislav Fomichev
2011-02-18staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel
2011-01-25Revert "staging: brcm80211: assure common sources are truly common"Greg Kroah-Hartman
2011-01-25staging: brcm80211: assure common sources are truly commonArend van Spriel
2011-01-20staging: brcm80211: last nail into proto/ethernet.hArend van Spriel
2010-12-06staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley
2010-11-29staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel
2010-11-29staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley
2010-10-21staging: brcm80211: Remove unnecessary includes from bcmutils.cHenry Ptasinski
2010-10-21staging: brcm80211: Removed unnecessary pktsetprio() function.Henry Ptasinski
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko
2010-10-11staging: brcm80211: remove custom string library againAndy Shevchenko
2010-10-09staging: brcm80211: remove duplicated file, bcmutils.cnohee ko
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: s/int32/s32/Greg Kroah-Hartman
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman
2010-10-05staging: brcm80211: bcmutils.[ch]: purge unused funcsBrett Rudley
2010-10-05Staging: brcm80211: s/uchar/unsigned char/Greg Kroah-Hartman
2010-10-05Staging: brcm80211: util: s/uint8/u8/Greg Kroah-Hartman
2010-10-05staging: brcm80211: Move #includes out of headerBrett Rudley
2010-09-16staging: brcm80211: use string native libraryAndy Shevchenko
2010-09-16staging: brcm80211: use native ctype libraryAndy Shevchenko
2010-09-14staging: brcm80211: fix "ERROR: space prohibited after that ..."Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: while should follow close brace '}'"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: trailing statements should be on next line"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper
2010-09-14staging: brcm80211: use '%pM' format to print MAC addressAndy Shevchenko
2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski