summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac/wl_cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-2/+2
2011-05-17staging: brcm80211: Better debug support added to brcmfmac driverSukesh Srikakula1-226/+283
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 Srikakula1-5/+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 Srikakula1-35/+46
2011-05-17staging: brcm80211: Added support to change roaming parameters from brcmfmac ...Sukesh Srikakula1-35/+62
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 Srikakula1-192/+189
2011-05-17staging: brcm80211: Optimized wl_inform_single_bss function in brcmfmac driverSukesh Srikakula1-126/+50
2011-05-17staging: brcm80211: Fix for suspend issue in brcmfmac driverSukesh Srikakula1-10/+67
2011-05-17staging: brcm80211: Fix for WPA GTK install issue in brcmfmac driverSukesh Srikakula1-0/+4
2011-04-05STAGING: brcm80211 v2 keep power on in suspend stateGrant Grundler1-0/+4
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+3
2011-03-08staging: brcm80211: FIX for bug that prevents system from entering suspend stateDowan Kim1-2/+0
2011-03-03staging: brcm80211: remove osl source files from driverArend van Spriel1-1/+0
2011-03-01brcm80211: replace broadcom specific definesStanislav Fomichev1-1/+1
2011-02-24staging: brcm80211: remove the rest of broadcom specific byte swapping routinesStanislav Fomichev1-1/+0
2011-02-24staging: brcm80211: replace htod/dtoh broadcom definesStanislav Fomichev1-66/+68
2011-02-24staging: brcm80211: replace broadcom specific byte swapping routinesStanislav Fomichev1-8/+8
2011-02-19wireless-next-2.6: brcm80211: fix compile issueHenry Ptasinski1-1/+3
2011-02-19staging: brcm80211: use %zu instead of %d for size_tStanislav Fomichev1-1/+1
2011-02-05staging: brcm80211: fix compiler warning in fullmac driverArend van Spriel1-3/+3
2011-02-01Staging: wl_cfg80211.c: use BUG_ON correctlyColy Li1-7/+7
2011-01-21staging: brcm80211: Remove unnecessary memset(,0,)Joe Perches1-1/+0
2011-01-21staging: brcm80211: last nail into proto/ethernet.hArend van Spriel1-2/+3
2011-01-21staging: brcm80211: removed usage of proto/wpa.h fileArend van Spriel1-7/+7
2011-01-21staging: brcm80211: remove usage of struct ether_headerArend van Spriel1-1/+0
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches1-259/+259
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches1-18/+18
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches1-1/+1
2010-12-10staging: brcm80211: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-11-29staging: brcm80211: remove duplicated #includeHuang Weiyi1-4/+0
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-6/+6
2010-11-10Staging: Update parameters for cfg80211 key management operationBen Hutchings1-6/+6
2010-11-10Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc func...Jesper Juhl1-12/+11
2010-11-10staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley1-1/+0
2010-10-21staging: brcm80211: brcmfmac: Removed codeversion from firmware filenames.Henry Ptasinski1-2/+2
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman1-4/+2
2010-10-19staging: brcm80211: brcmfmac: add debugfs, display wi-fi statisticsnohee ko1-0/+43
2010-10-19staging: brcm80211: brcmfmac: add profile, beacon_int, dtim_periodnohee ko1-1/+39
2010-10-19staging: brcm80211: brcmfmac: enable passive, active scan selectionnohee ko1-27/+29
2010-10-19staging: brcm80211: brcmfmac: remove unnecessary cflags, WL_ISCAN_DISABLED & ...nohee ko1-9/+1
2010-10-14staging: brcm80211: brcmfmac: bug fix - scan result reportnohee ko1-5/+11
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko1-3/+2
2010-10-13staging: brcm80211: bug fix- rmmod hang problemnohee ko1-1/+14
2010-10-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman1-19/+19
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman1-21/+21
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko1-20/+7