aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
Commit message (Expand)AuthorAgeFilesLines
...
* | | staging: brcm80211: move functions only used by brcmsmac out of utilsHenry Ptasinski2011-05-1013-50/+56
* | | staging: brcm80211: move another file only used by brcmsmac into appropriate dirHenry Ptasinski2011-05-102-1/+1
* | | staging: brcm80211: remove unused functionHenry Ptasinski2011-05-101-29/+0
* | | staging: brcm80211: remove unneeded include pathHenry Ptasinski2011-05-101-2/+1
* | | staging: brcm80211: remove unnecessary header fileHenry Ptasinski2011-05-101-175/+0
* | | staging: brcm80211: delete unneeded filesHenry Ptasinski2011-05-102-1930/+0
* | | staging: brcm80211: move files only used by brcmsmac into appropriate dirHenry Ptasinski2011-05-106-5/+4
* | | staging: brcm80211: move header fileHenry Ptasinski2011-05-101-0/+0
* | | staging: brcm80211: delete unused sbpcmcia.h fileHenry Ptasinski2011-05-101-217/+0
* | | staging: brcm80211: remove unused cis_hnbuvarsHenry Ptasinski2011-05-101-70/+0
* | | staging: brcm80211: use common pktq_flush functionsHenry Ptasinski2011-05-103-39/+3
* | | staging: brcm80211: fix perimeter locking in wl_ops_bss_info_changedArend van Spriel2011-05-101-4/+11
* | | Staging: brcm80211: fix brace coding style issue in dhd_cdc.cGuilherme Salazar2011-05-061-2/+2
* | | staging: brcm80211: SDIO/MMC cleanupsGrant Grundler2011-05-062-141/+83
* | | staging: brcm80211: removed function wlc_calloc()Roland Vossen2011-05-033-41/+25
* | | staging: brcm80211: got rid of WL_FFPLD message log macroRoland Vossen2011-05-033-17/+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-7/+8
* | | staging: brcm80211: remove CRC_INNER_LOOP macroArend van Spriel2011-05-031-6/+1
* | | staging: brcm80211: remove unused hndcrc32 functionArend van Spriel2011-05-031-107/+0
* | | staging: brcm80211: replace hndcrc16 with crc-ccitt functionArend van Spriel2011-05-034-69/+4
* | | staging: brcm80211: moved ASSERT logic to fullmac driverRoland Vossen2011-05-038-66/+68
* | | 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/+1
* | | staging: brcm80211: cleanup code in source file aiutils.cArend van Spriel2011-05-0310-549/+399
* | | staging: brcm80211: cleanup definitions in aiutils header fileArend van Spriel2011-05-031-17/+0
* | | 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-0319-1221/+3122
* | | staging: brcm80211: separate hndpmu functionality for brcmsmac driverArend van Spriel2011-05-039-8/+8
* | | staging: brcm80211: remove use of si_* functions from wlc_phy_lcn.cArend van Spriel2011-05-032-1/+4
* | | staging: brcm80211: remove unused functions from hndpmu.cArend van Spriel2011-05-032-400/+2
* | | Revert "staging: brcm80211: separate hndpmu functionality for brcmsmac driver"Arend van Spriel2011-05-033-2022/+1
* | | staging: brcm80211: remove retrieval function for tsf in wlc_main.cArend van Spriel2011-05-032-7/+0
* | | staging: brcm80211: remove tsf retrieval from wlc_bmac.cArend van Spriel2011-05-031-6/+0
* | | staging: brcm80211: provide TSF value in receive statusArend van Spriel2011-05-031-9/+41
* | | staging: brcm80211: remove queue info parameter from wlc_send_qArend van Spriel2011-05-034-11/+8
* | | staging: brcm80211: rename active_queue identifierArend van Spriel2011-05-034-21/+17
* | | staging: brcm80211: implement flush driver callback for mac80211Arend van Spriel2011-05-034-0/+39
* | | staging: brcm80211: removed remaining ASSERTs from phyRoland Vossen2011-05-032-54/+30
* | | staging: brcm80211: removed all ASSERTs from wlc_ampdu.cRoland Vossen2011-05-031-6/+3