summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-06-27Staging: brcm80211: disable drivers except for X86 or MIPS platformsGreg Kroah-Hartman1-2/+2
2011-06-27Staging: brcm80211: disable drivers for PPC platformsGreg Kroah-Hartman1-0/+2
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2011-06-19net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell4-0/+6
2011-06-07staging: brcm80211: fix for 'multiple definition of wl_msg_level' build errRoland Vossen1-2/+0
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville1-2/+2
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-2/+2
2011-05-17staging: brcm80211: use correct pointer types in bcm_pktq_flushClemens Noss2-3/+2
2011-05-17staging: brcm80211: fix cast to pointer from integerClemens Noss5-10/+10
2011-05-17staging: brcm80211: fix checkpatch issue in wlc_channel.cArend van Spriel1-2/+4
2011-05-17staging: brcm80211: Corrected sdpcm_shared_t structure definitionSukesh Srikakula1-1/+2
2011-05-17staging: brcm80211: Better debug support added to brcmfmac driverSukesh Srikakula4-245/+331
2011-05-17staging: brcm80211: cfg80211 up/down routines in brcmfmac driver are fixedSukesh Srikakula1-19/+8
2011-05-17staging: brcm80211: Removed unused variable from brcmfmac driverSukesh Srikakula2-6/+0
2011-05-17staging: brcm80211: Fixed scan notification functionality in brcmfmac driverSukesh Srikakula1-24/+32
2011-05-17staging: brcm80211: Added support to change scan times from brcmfmac driverSukesh Srikakula2-35/+50
2011-05-17staging: brcm80211: Added support to change roaming parameters from brcmfmac ...Sukesh Srikakula2-35/+66
2011-05-17staging: brcm80211: Fixed ibss join/leave functionality in brcmfmac driverSukesh Srikakula1-73/+206
2011-05-17staging: brcm80211: Fixed bss (re)connect/disconnect issues in brcmfmac driverSukesh Srikakula2-193/+189
2011-05-17staging: brcm80211: Optimized wl_inform_single_bss function in brcmfmac driverSukesh Srikakula1-126/+50
2011-05-17staging: brcm80211: Fixed wl_assoc_params structure miss match in brcmfmac dr...Sukesh Srikakula1-0/+1
2011-05-17staging: brcm80211: brcmfmac driver's interface name changed to "wlan"Sukesh Srikakula1-1/+1
2011-05-17staging: brcm80211: Fix for suspend issue in brcmfmac driverSukesh Srikakula5-28/+97
2011-05-17staging: brcm80211: Fix for WPA GTK install issue in brcmfmac driverSukesh Srikakula1-0/+4
2011-05-17staging: brcm80211: removed more unused counter related structuresRoland Vossen1-103/+0
2011-05-17staging: brcm80211: removed counter related struct wl_cntRoland Vossen6-373/+4
2011-05-17staging: brcm80211: removed support for proprietary ioctl WLC_GET_PKTCNTSRoland Vossen2-27/+0
2011-05-17staging: brcm80211: removed stats WEXT support from fullmacRoland Vossen2-131/+1
2011-05-17staging: brcm80211: removed counter related macros that expanded to NOPRoland Vossen3-70/+0
2011-05-17staging: brcm80211: removed unused struct net_device_stats related codeRoland Vossen2-33/+0
2011-05-17staging: brcm80211: fix makefiles for building drivers in kernelArend van Spriel2-2/+2
2011-05-17staging: brcm80211: cleanup functions in nvram.cArend van Spriel4-393/+10
2011-05-17staging: brcm80211: make function definitions and prototype consistentArend van Spriel1-4/+4
2011-05-17staging: brcm80211: remove unused functions and prototypesArend van Spriel3-78/+0
2011-05-17staging: brcm80211: remove unnecessary functions from wlc_main.cArend van Spriel3-476/+4
2011-05-17staging: brcm80211: got rid of #ifdef __mips__ by new dma_spin_for_len()Roland Vossen2-10/+20
2011-05-17staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIANRoland Vossen4-12/+9
2011-05-11staging: brcm80211: fix checkpatch issue introduced in dhd_sdio.cArend van Spriel1-2/+5
2011-05-11staging: brcm80211: use print_hex_dump_bytes kernel functionArend van Spriel4-70/+70
2011-05-11staging: brcm80211: remove definition of BCMFASTPATH macroArend van Spriel11-61/+55
2011-05-11staging: brcm80211: cleanup unnecessary functions from wlc_ampdu.cArend van Spriel3-81/+8
2011-05-11staging: brcm80211: move utility functions into new moduleHenry Ptasinski21-172/+251
2011-05-10staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr)Joe Perches1-3/+1
2011-05-10staging: brcm80211: fix checkpatch issue introduced in wlc_alloc.cArend van Spriel1-1/+2
2011-05-10staging: brcm80211: make use of fls bit operation in wlc_phy_compute_dBArend van Spriel1-11/+8
2011-05-10staging: brcm80211: use int_sqrt kernel function iso driver implementationArend van Spriel4-22/+2
2011-05-10staging: brcm80211: remove unused function from wlc_phy_cmn.cArend van Spriel2-27/+0
2011-05-10staging: brcm80211: wlc_aggregatable function prototype movedArend van Spriel2-2/+2