summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/wl_iw.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-7/+2
2011-06-07staging: brcm80211: fix for 'multiple definition of wl_msg_level' build errRoland Vossen1-2/+0
2011-05-17staging: brcm80211: removed stats WEXT support from fullmacRoland Vossen1-100/+1
2011-05-11staging: brcm80211: move utility functions into new moduleHenry Ptasinski1-1/+1
2011-05-10staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr)Joe Perches1-3/+1
2011-05-03staging: brcm80211: moved ASSERT logic to fullmac driverRoland Vossen1-0/+50
2011-04-20drivers/staging/brcm80211/brcmfmac/wl_iw.c: introduce missing kfreeJulia Lawall1-1/+3
2011-03-09staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov1-6/+3
2011-03-02staging: brcm80211: remove osl source files from driverArend van Spriel1-1/+0
2011-02-28brcm80211: replace broadcom specific definesStanislav Fomichev1-1/+1
2011-02-23staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev1-1/+0
2011-02-23staging: brcm80211: replace htod/dtoh broadcom definesStanislav Fomichev1-138/+126
2011-02-23staging: brcm80211: replace broadcom specific unaligned byte swapping routinesStanislav Fomichev1-3/+2
2011-02-23staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev1-7/+7
2011-02-18staging: brcm80211: replace bcopy with memcpyStanislav Fomichev1-28/+29
2011-02-18staging: brcm80211: enable driver counter functionalityArend van Spriel1-5/+7
2011-02-18staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel1-4/+4
2011-01-21staging: Fix some incorrect use of positive error codes.Ralph Loader1-1/+1
2011-01-20staging: brcm80211 Remove WAKE_LOCKJustin P. Mattock1-4/+0
2011-01-20staging: brcm80211: replaced some ieee80211 preprocessor constants part 2Roland Vossen1-17/+19
2011-01-20staging: brcm80211: replaced 5Ghz specific wf_channel2mhz()Roland Vossen1-9/+10
2011-01-20staging: brcm80211: replaced 2.4Ghz specific wf_channel2mhz()Roland Vossen1-16/+22
2011-01-20staging: brcm80211: last nail into proto/ethernet.hArend van Spriel1-4/+7
2011-01-20staging: brcm80211: removed usage of proto/wpa.h fileArend van Spriel1-8/+8
2011-01-20staging: brcm80211: remove usage of struct ether_headerArend van Spriel1-2/+0
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches1-246/+234
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches1-29/+29
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches1-1/+2
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches1-1/+1
2010-12-01staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen1-2/+1
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley1-4/+4
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley1-12/+12
2010-11-29staging: brcm80211: add include file for using semaphore related definitionsArend van Spriel1-0/+1
2010-11-09Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc func...Jesper Juhl1-5/+2
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley1-1/+1
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-4/+3
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman1-11/+11
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko1-1/+1
2010-10-12staging: brcm80211: bug fix- rmmod hang problemnohee ko1-0/+2
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-12/+12
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-13/+13
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko1-13/+8
2010-10-12staging: brcm80211: fix various checkpatch errors.Jason Cooper1-2/+1
2010-10-11staging: brcm80211: s/unsigned char/size_t/ for min_t()Jason Cooper1-4/+4
2010-10-10staging: brcm80211: fix 'comparison..cast' compiler warnings.Jason Cooper1-8/+11
2010-10-10staging: brcm80211: remove kernel_thread() for _iscan_sysioc_thread.Jason Cooper1-23/+20
2010-10-09staging: brcm80211: remove unnecessary cflag, BCMWPA2nohee ko1-22/+0
2010-10-08Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman1-3/+3
2010-10-08Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman1-2/+2
2010-10-08Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman1-6/+6