aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/brcmfmac
AgeCommit message (Expand)Author
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAEJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches
2010-12-09staging: brcm80211: Remove redundant unlikely()Tobias Klauser
2010-12-08staging: brcm80211: fix documentation on installing firmwareHenry Ptasinski
2010-12-06staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel
2010-12-06staging: brcm80211: remove macro usage for sk_buff allocationArend van Spriel
2010-12-06staging: brcm80211: move fullmac-only code from osl to fullmac filesBrett Rudley
2010-12-01staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley
2010-11-29staging: brcm80211: remove unused dhd_ops_virt variable definitionArend van Spriel
2010-11-29staging: brcm80211: remove some more packet related macrosArend van Spriel
2010-11-29staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel
2010-11-29staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel
2010-11-29staging: brcm80211: add include file for using semaphore related definitionsArend van Spriel
2010-11-29staging: brcm80211: remove duplicated #includeHuang Weiyi
2010-11-19staging: brcm80211: replaced PKTSETLEN macro by native __skb_trim callArend van Spriel
2010-11-19staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff callsArend van Spriel
2010-11-19staging: brcm80211: brcmfmac: cleanup bcmsdh_(un)registerMike Rapoport
2010-11-19staging: brcm80211: brcmfmac: remove PCI SDIO controller bindingMike Rapoport
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley
2010-11-16staging: brcm80211: brcmfmac: remove PXA SDIO controller bindingMike Rapoport
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman
2010-11-09Staging: Update parameters for cfg80211 key management operationBen Hutchings
2010-11-09Staging: brcm80211: Remove unnecessary casts of void ptr returning alloc func...Jesper Juhl
2010-11-09Staging: brcmfmac: Fix MAC header lookup on 64-bit architecturesBen Hutchings
2010-11-09staging: brcm80211: Remove pkttag from oslBrett Rudley
2010-11-09staging: brcm80211: Remove OSL_ERROR entry pointBrett Rudley
2010-11-09staging: brcm80211: Move #include from bcmutils.h out to .c filesBrett Rudley
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley
2010-11-09drivers/staging/brcm80211/brcmfmac/dhd_linux.c: delete double assignmentJulia Lawall
2010-10-30staging: Final semaphore cleanupThomas Gleixner
2010-10-21staging: brcm80211: brcmfmac: Removed codeversion from firmware filenames.Henry Ptasinski
2010-10-21staging: brcm80211: Removed unnecessary pktsetprio() function.Henry Ptasinski
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman
2010-10-21Staging: brcm80211: remove uintptr typedef usageGreg Kroah-Hartman
2010-10-19staging: brcm80211: brcmfmac: add debugfs, display wi-fi statisticsnohee ko
2010-10-19staging: brcm80211: brcmfmac: add profile, beacon_int, dtim_periodnohee ko
2010-10-19staging: brcm80211: brcmfmac: enable passive, active scan selectionnohee ko
2010-10-19staging: brcm80211: brcmfmac: remove unnecessary cflags, WL_ISCAN_DISABLED & ...nohee ko
2010-10-14staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com
2010-10-14staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com
2010-10-14staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com
2010-10-14staging: brcm80211: remove DHD_USE_STATIC_BUFmike.rapoport@gmail.com
2010-10-14staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com
2010-10-14staging: brcm80211: brcmfmac: bug fix - scan result reportnohee ko
2010-10-14staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig()nohee ko