aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches16-1057/+1136
2010-12-16staging: brcm80211: Convert ETHER_TYPE_802_1X to ETH_P_PAEJoe Perches2-3/+2
2010-12-16staging: brcm80211: Remove unused ETHER_TYPE_<foo> #definesJoe Perches1-5/+0
2010-12-16staging: brcm80211: Remove ETHER_HDR_LEN, use ETH_HLENJoe Perches2-2/+1
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches12-88/+89
2010-12-16staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches5-21/+10
2010-12-16staging: brcm80211: Remove unused ether_<foo> #defines and structJoe Perches1-10/+0
2010-12-16staging: brcm80211: Convert ETHER_IS_MULTI to is_multicast_ether_addrJoe Perches6-16/+19
2010-12-16staging: brcm80211: Remove unused #defines ETHER_<foo>_LOCALADDRJoe Perches1-7/+0
2010-12-09staging: brcm80211: removed ap related commentsRoland Vossen1-7/+0
2010-12-09staging: brcm80211: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-08staging: brcm80211: fix documentation on installing firmwareHenry Ptasinski2-10/+5
2010-12-08staging: brcm80211: removed unused struct wlc_ap_infoRoland Vossen2-3/+0
2010-12-08staging: brcm80211: replaced typedef wlc_pub_t by struct wlc_pubRoland Vossen10-31/+35
2010-12-08staging: brcm80211: replaced typedef wlccore_t by struct wlccoreRoland Vossen2-5/+6
2010-12-08staging: brcm80211: replaced typedef wlcband_t by struct wlcbandRoland Vossen5-17/+19
2010-12-08staging: brcm80211: replaced typedef hnddma_t by struct hnddma_pubRoland Vossen6-52/+53
2010-12-08staging: brcm80211: replaced typedef wl_if_t by struct wl_ifRoland Vossen3-3/+3
2010-12-08staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmqRoland Vossen2-2/+2
2010-12-08staging: brcm80211: replaced typedef antsel_info_t by struct antsel_infoRoland Vossen4-23/+29
2010-12-08staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_infoRoland Vossen2-2/+2
2010-12-08staging: brcm80211: replaced typedef ampdu_info_t by struct ampdu_infoRoland Vossen4-44/+46
2010-12-08staging: brcm80211: replaced typedef wlc_if_t by struct wlc_ifRoland Vossen4-7/+7
2010-12-08staging: brcm80211: removed unused macro's and typedefs from wpa.hRoland Vossen1-94/+0
2010-12-08staging: brcm80211: removed unused typedefsRoland Vossen2-10/+0
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman2-3/+7
2010-12-06staging: brcm80211: replaced wlc_hw_info_t by struct wlc_hw_infoRoland Vossen8-240/+252
2010-12-06staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel9-52/+44
2010-12-06staging: brcm80211: remove macro usage for sk_buff allocationArend van Spriel5-21/+20
2010-12-06staging: brcm80211: replaced wlc_info_t by struct wlc_info.Roland Vossen18-446/+460
2010-12-06staging: brcm80211: Removing cruft from osl.hBrett Rudley1-9/+0
2010-12-06staging: brcm80211: migrate register ops macros to bcmutils.hBrett Rudley2-7/+7
2010-12-06staging: brcm80211: move dma specific macros from osl to dma codeBrett Rudley4-28/+21
2010-12-06staging: brcm80211: move fullmac-only code from osl to fullmac filesBrett Rudley3-37/+35
2010-12-06staging: brcm80211: Remove unused softmac macrosBrett Rudley1-4/+0
2010-12-06staging: brcm80211: Move osl_pub into oslBrett Rudley5-21/+17
2010-12-06staging: brcm80211: OSLREGOPS is unused, remove checks for it.Brett Rudley1-4/+0
2010-12-03staging: brcm80211: added firmware validationRoland Vossen3-2/+60
2010-12-02staging: brcm80211: remove redundant CHIPREV macroArend van Spriel6-12/+11
2010-12-02staging: brcm80211: remove redundant CHIPID macroArend van Spriel10-111/+110
2010-12-02staging: brcm80211: remove redundant CHIPTYPE macroArend van Spriel2-14/+13
2010-12-02staging: brcm80211: absorb linux_osl.h into osl.hBrett Rudley2-272/+259
2010-12-02staging: brcm80211: Remove unused code from osl.hBrett Rudley1-14/+2
2010-12-01staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen6-73/+69
2010-12-01staging: brcm80211 needs lots of delay.hRandy Dunlap8-0/+8
2010-12-01staging: brcm80211: bcmp => memcmpBrett Rudley8-12/+10
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley19-80/+82
2010-12-01staging: brcm80211: remove OSL_SYSUPTIME_SUPPORTBrett Rudley1-7/+0
2010-12-01staging: brcm80211: Remove bogus gcc version checkingBrett Rudley1-10/+1
2010-12-01staging: brcm80211: Remove unused PKTFREESETCBBrett Rudley3-15/+0