summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/wl_iw.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old staging driver for Broadcom bcm4329 wifiTapani2013-07-171-3693/+0
* staging: brcm80211: fix for 'multiple definition of wl_msg_level' build errRoland Vossen2011-06-071-2/+0
* staging: brcm80211: removed stats WEXT support from fullmacRoland Vossen2011-05-171-100/+1
* staging: brcm80211: move utility functions into new moduleHenry Ptasinski2011-05-111-1/+1
* staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr)Joe Perches2011-05-101-3/+1
* staging: brcm80211: moved ASSERT logic to fullmac driverRoland Vossen2011-05-031-0/+50
* drivers/staging/brcm80211/brcmfmac/wl_iw.c: introduce missing kfreeJulia Lawall2011-04-201-1/+3
* staging: brcm80211: optimize kmalloc to kzallocAlexander Beregalov2011-03-091-6/+3
* staging: brcm80211: remove osl source files from driverArend van Spriel2011-03-021-1/+0
* brcm80211: replace broadcom specific definesStanislav Fomichev2011-02-281-1/+1
* staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-1/+0
* staging: brcm80211: replace htod/dtoh broadcom definesStanislav Fomichev2011-02-231-138/+126
* staging: brcm80211: replace broadcom specific unaligned byte swapping routinesStanislav Fomichev2011-02-231-3/+2
* staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev2011-02-231-7/+7
* staging: brcm80211: replace bcopy with memcpyStanislav Fomichev2011-02-181-28/+29
* staging: brcm80211: enable driver counter functionalityArend van Spriel2011-02-181-5/+7
* staging: brcm80211: remove usage of printf (macro) from driverArend van Spriel2011-02-181-4/+4
* staging: Fix some incorrect use of positive error codes.Ralph Loader2011-01-211-1/+1
* staging: brcm80211 Remove WAKE_LOCKJustin P. Mattock2011-01-201-4/+0
* staging: brcm80211: replaced some ieee80211 preprocessor constants part 2Roland Vossen2011-01-201-17/+19
* staging: brcm80211: replaced 5Ghz specific wf_channel2mhz()Roland Vossen2011-01-201-9/+10
* staging: brcm80211: replaced 2.4Ghz specific wf_channel2mhz()Roland Vossen2011-01-201-16/+22
* staging: brcm80211: last nail into proto/ethernet.hArend van Spriel2011-01-201-4/+7
* staging: brcm80211: removed usage of proto/wpa.h fileArend van Spriel2011-01-201-8/+8
* staging: brcm80211: remove usage of struct ether_headerArend van Spriel2011-01-201-2/+0
* staging: brcm80211: Fix WL_<type> logging macrosJoe Perches2010-12-161-246/+234
* staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches2010-12-161-29/+29
* staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches2010-12-161-1/+2
* staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches2010-12-161-1/+1
* staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen2010-12-011-2/+1
* staging: brcm80211: bcmp => memcmpBrett Rudley2010-12-011-4/+4
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-011-12/+12
* staging: brcm80211: add include file for using semaphore related definitionsArend van Spriel2010-11-291-0/+1
* Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc func...Jesper Juhl2010-11-091-5/+2
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-1/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-4/+3
* Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman2010-10-211-11/+11
* staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko2010-10-141-1/+1
* staging: brcm80211: bug fix- rmmod hang problemnohee ko2010-10-121-0/+2
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-12/+12
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-13/+13
* staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko2010-10-121-13/+8
* staging: brcm80211: fix various checkpatch errors.Jason Cooper2010-10-121-2/+1
* staging: brcm80211: s/unsigned char/size_t/ for min_t()Jason Cooper2010-10-111-4/+4
* staging: brcm80211: fix 'comparison..cast' compiler warnings.Jason Cooper2010-10-101-8/+11
* staging: brcm80211: remove kernel_thread() for _iscan_sysioc_thread.Jason Cooper2010-10-101-23/+20
* staging: brcm80211: remove unnecessary cflag, BCMWPA2nohee ko2010-10-091-22/+0
* Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman2010-10-081-3/+3
* Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman2010-10-081-2/+2
* Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman2010-10-081-6/+6