summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/wl_iw.c
AgeCommit message (Expand)Author
2011-03-09staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov
2011-03-02staging: brcm80211: remove osl source files from driverArend van Spriel
2011-02-28brcm80211: replace broadcom specific definesStanislav Fomichev
2011-02-23staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev
2011-02-23staging: brcm80211: replace htod/dtoh broadcom definesStanislav Fomichev
2011-02-23staging: brcm80211: replace broadcom specific unaligned byte swapping routinesStanislav Fomichev
2011-02-23staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev
2011-02-18staging: brcm80211: replace bcopy with memcpyStanislav Fomichev
2011-02-18staging: brcm80211: enable driver counter functionalityArend van Spriel
2011-02-18staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel
2011-01-21staging: Fix some incorrect use of positive error codes.Ralph Loader
2011-01-20staging: brcm80211 Remove WAKE_LOCKJustin P. Mattock
2011-01-20staging: brcm80211: replaced some ieee80211 preprocessor constants part 2Roland Vossen
2011-01-20staging: brcm80211: replaced 5Ghz specific wf_channel2mhz()Roland Vossen
2011-01-20staging: brcm80211: replaced 2.4Ghz specific wf_channel2mhz()Roland Vossen
2011-01-20staging: brcm80211: last nail into proto/ethernet.hArend van Spriel
2011-01-20staging: brcm80211: removed usage of proto/wpa.h fileArend van Spriel
2011-01-20staging: brcm80211: remove usage of struct ether_headerArend van Spriel
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches
2010-12-01staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley
2010-11-29staging: brcm80211: add include file for using semaphore related definitionsArend van Spriel
2010-11-09Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc func...Jesper Juhl
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko
2010-10-12staging: brcm80211: bug fix- rmmod hang problemnohee ko
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko
2010-10-12staging: brcm80211: fix various checkpatch errors.Jason Cooper
2010-10-11staging: brcm80211: s/unsigned char/size_t/ for min_t()Jason Cooper
2010-10-10staging: brcm80211: fix 'comparison..cast' compiler warnings.Jason Cooper
2010-10-10staging: brcm80211: remove kernel_thread() for _iscan_sysioc_thread.Jason Cooper
2010-10-09staging: brcm80211: remove unnecessary cflag, BCMWPA2nohee ko
2010-10-08Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman
2010-10-08Staging: brcm80211: remove broken MIN() implementationGreg 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-07staging: brcm80211: remove ';' after while() in macros.Jason Cooper
2010-10-06staging: brcm80211: fix checkpatch macro errors.Jason Cooper
2010-10-06staging: brcm80211: fix 'do not init statics to 0 or NULL'Jason Cooper
2010-10-06staging: brcm80211: fix 'do not init globals to 0 or NULL'Jason Cooper