summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-251-1/+1
|\
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-2/+2
| |\
| | * cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-191-2/+2
* | | staging: brcm80211: use correct pointer types in bcm_pktq_flushClemens Noss2011-05-172-3/+2
* | | staging: brcm80211: fix cast to pointer from integerClemens Noss2011-05-175-10/+10
* | | staging: brcm80211: fix checkpatch issue in wlc_channel.cArend van Spriel2011-05-171-2/+4
* | | staging: brcm80211: Corrected sdpcm_shared_t structure definitionSukesh Srikakula2011-05-171-1/+2
* | | staging: brcm80211: Better debug support added to brcmfmac driverSukesh Srikakula2011-05-174-245/+331
* | | staging: brcm80211: cfg80211 up/down routines in brcmfmac driver are fixedSukesh Srikakula2011-05-171-19/+8
* | | staging: brcm80211: Removed unused variable from brcmfmac driverSukesh Srikakula2011-05-172-6/+0
* | | staging: brcm80211: Fixed scan notification functionality in brcmfmac driverSukesh Srikakula2011-05-171-24/+32
* | | staging: brcm80211: Added support to change scan times from brcmfmac driverSukesh Srikakula2011-05-172-35/+50
* | | staging: brcm80211: Added support to change roaming parameters from brcmfmac ...Sukesh Srikakula2011-05-172-35/+66
* | | staging: brcm80211: Fixed ibss join/leave functionality in brcmfmac driverSukesh Srikakula2011-05-171-73/+206
* | | staging: brcm80211: Fixed bss (re)connect/disconnect issues in brcmfmac driverSukesh Srikakula2011-05-172-193/+189
* | | staging: brcm80211: Optimized wl_inform_single_bss function in brcmfmac driverSukesh Srikakula2011-05-171-126/+50
* | | staging: brcm80211: Fixed wl_assoc_params structure miss match in brcmfmac dr...Sukesh Srikakula2011-05-171-0/+1
* | | staging: brcm80211: brcmfmac driver's interface name changed to "wlan"Sukesh Srikakula2011-05-171-1/+1
* | | staging: brcm80211: Fix for suspend issue in brcmfmac driverSukesh Srikakula2011-05-175-28/+97
* | | staging: brcm80211: Fix for WPA GTK install issue in brcmfmac driverSukesh Srikakula2011-05-171-0/+4
* | | staging: brcm80211: removed more unused counter related structuresRoland Vossen2011-05-171-103/+0
* | | staging: brcm80211: removed counter related struct wl_cntRoland Vossen2011-05-176-373/+4
* | | staging: brcm80211: removed support for proprietary ioctl WLC_GET_PKTCNTSRoland Vossen2011-05-172-27/+0
* | | staging: brcm80211: removed stats WEXT support from fullmacRoland Vossen2011-05-172-131/+1
* | | staging: brcm80211: removed counter related macros that expanded to NOPRoland Vossen2011-05-173-70/+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-172-2/+2
* | | staging: brcm80211: cleanup functions in nvram.cArend van Spriel2011-05-174-393/+10
* | | 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-172-10/+20
* | | staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIANRoland Vossen2011-05-174-12/+9
* | | staging: brcm80211: fix checkpatch issue introduced in dhd_sdio.cArend van Spriel2011-05-111-2/+5
* | | staging: brcm80211: use print_hex_dump_bytes kernel functionArend van Spriel2011-05-114-70/+70
* | | staging: brcm80211: remove definition of BCMFASTPATH macroArend van Spriel2011-05-1111-61/+55
* | | 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-1121-172/+251
* | | staging: brcm80211: brcmfmac: Fix memset using sizeof(ptr) not sizeof(*ptr)Joe Perches2011-05-101-3/+1
* | | 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-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
OpenPOWER on IntegriCloud