aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac
Commit message (Expand)AuthorAgeFilesLines
* brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel2012-05-073-2/+10
* staging: brcm80211: fix for reported log spam problemRoland Vossen2011-08-041-5/+0
* staging: brcm80211: use correct pointer types in bcm_pktq_flushClemens Noss2011-05-171-2/+1
* staging: brcm80211: fix cast to pointer from integerClemens Noss2011-05-172-4/+4
* staging: brcm80211: fix checkpatch issue in wlc_channel.cArend van Spriel2011-05-171-2/+4
* staging: brcm80211: removed counter related struct wl_cntRoland Vossen2011-05-175-139/+4
* staging: brcm80211: removed support for proprietary ioctl WLC_GET_PKTCNTSRoland Vossen2011-05-171-18/+0
* staging: brcm80211: removed counter related macros that expanded to NOPRoland Vossen2011-05-172-69/+0
* staging: brcm80211: removed unused struct net_device_stats related codeRoland Vossen2011-05-172-33/+0
* staging: brcm80211: fix makefiles for building drivers in kernelArend van Spriel2011-05-171-1/+1
* staging: brcm80211: cleanup functions in nvram.cArend van Spriel2011-05-172-11/+6
* staging: brcm80211: make function definitions and prototype consistentArend van Spriel2011-05-171-4/+4
* staging: brcm80211: remove unused functions and prototypesArend van Spriel2011-05-173-78/+0
* staging: brcm80211: remove unnecessary functions from wlc_main.cArend van Spriel2011-05-173-476/+4
* staging: brcm80211: got rid of #ifdef __mips__ by new dma_spin_for_len()Roland Vossen2011-05-171-10/+1
* staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIANRoland Vossen2011-05-171-3/+0
* staging: brcm80211: use print_hex_dump_bytes kernel functionArend van Spriel2011-05-111-3/+5
* staging: brcm80211: remove definition of BCMFASTPATH macroArend van Spriel2011-05-119-47/+47
* staging: brcm80211: cleanup unnecessary functions from wlc_ampdu.cArend van Spriel2011-05-113-81/+8
* staging: brcm80211: move utility functions into new moduleHenry Ptasinski2011-05-117-39/+38
* staging: brcm80211: fix checkpatch issue introduced in wlc_alloc.cArend van Spriel2011-05-101-1/+2
* staging: brcm80211: make use of fls bit operation in wlc_phy_compute_dBArend van Spriel2011-05-101-11/+8
* staging: brcm80211: use int_sqrt kernel function iso driver implementationArend van Spriel2011-05-104-22/+2
* staging: brcm80211: remove unused function from wlc_phy_cmn.cArend van Spriel2011-05-102-27/+0
* staging: brcm80211: wlc_aggregatable function prototype movedArend van Spriel2011-05-102-2/+2
* staging: brcm80211: local used function made staticArend van Spriel2011-05-102-5/+2
* staging: brcm80211: move functions only used by brcmsmac out of utilsHenry Ptasinski2011-05-1010-0/+52
* staging: brcm80211: move another file only used by brcmsmac into appropriate dirHenry Ptasinski2011-05-102-1/+178
* staging: brcm80211: move files only used by brcmsmac into appropriate dirHenry Ptasinski2011-05-106-5/+4767
* staging: brcm80211: fix perimeter locking in wl_ops_bss_info_changedArend van Spriel2011-05-101-4/+11
* staging: brcm80211: removed function wlc_calloc()Roland Vossen2011-05-033-41/+25
* staging: brcm80211: got rid of WL_FFPLD message log macroRoland Vossen2011-05-032-15/+6
* staging: brcm80211: replaced WL_AMPDU_* with BCMMSGRoland Vossen2011-05-033-35/+23
* staging: brcm80211: replaced WL_TRACE by BCMMSGRoland Vossen2011-05-036-103/+103
* staging: brcm80211: remove unused functions from wlc_phy_qmath.cArend van Spriel2011-05-032-419/+0
* staging: brcm80211: move qmath sources to phy directoryArend van Spriel2011-05-034-6/+761
* staging: brcm80211: removed ASSERTs from wlc_pmu.cRoland Vossen2011-05-031-9/+1
* staging: brcm80211: removed ASSERTs from aiutils.cRoland Vossen2011-05-031-52/+5
* staging: brcm80211: remove socitype member for struct si_pub definitionArend van Spriel2011-05-031-2/+0
* staging: brcm80211: use local variable for socitype during ai_scanArend van Spriel2011-05-031-2/+3
* staging: brcm80211: remove check on interconnect type in ai_setcoreArend van Spriel2011-05-031-6/+1
* staging: brcm80211: move aiutils source files to brcmsmac folderArend van Spriel2011-05-033-1/+2654
* staging: brcm80211: cleanup code in source file aiutils.cArend van Spriel2011-05-034-65/+65
* staging: brcm80211: fix checkpatch warning in si_pmu_otp_powerArend van Spriel2011-05-031-2/+1
* staging: brcm80211: fix checkpatch issues in si_pmu_measure_alpclkArend van Spriel2011-05-031-3/+12
* staging: brcm80211: fix checkpatch warning in si_pmu_res_initArend van Spriel2011-05-031-5/+4
* staging: brcm80211: remove zero initialization of static in si_pmu_ilp_clockArend van Spriel2011-05-031-1/+1
* staging: brcm80211: fix checkpatch warnings in si_pmu_spuravoid_pllupdateArend van Spriel2011-05-031-6/+10
* staging: brcm80211: remove dependency between aiutils and siutils sourcesArend van Spriel2011-05-0316-1210/+968
* staging: brcm80211: separate hndpmu functionality for brcmsmac driverArend van Spriel2011-05-038-6/+2232