summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/sys/wlc_bmac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: moved code around for cleanupArend van Spriel2011-01-211-4235/+0Star
* staging: brcm80211: last nail into proto/ethernet.hArend van Spriel2011-01-211-19/+18Star
* staging: brcm80211: Fix WL_<type> logging macrosJoe Perches2010-12-161-128/+157
* staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches2010-12-161-2/+2
* staging: brcm80211: Convert ETHER_IS<FOO> to is_<foo>_ether_addrJoe Perches2010-12-161-2/+3
* staging: brcm80211: replaced typedef hnddma_t by struct hnddma_pubRoland Vossen2010-12-081-1/+1
* staging: brcm80211: replaced wlc_hw_info_t by struct wlc_hw_infoRoland Vossen2010-12-071-152/+156
* staging: brcm80211: remove macro usage for sk_buff releaseArend van Spriel2010-12-071-1/+1
* staging: brcm80211: replaced wlc_info_t by struct wlc_info.Roland Vossen2010-12-071-37/+37
* staging: brcm80211: remove redundant CHIPREV macroArend van Spriel2010-12-021-1/+1
* staging: brcm80211: remove redundant CHIPID macroArend van Spriel2010-12-021-12/+12
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-011-1/+1
* staging: brcm80211: Remove OSL_DMADDRWIDTHBrett Rudley2010-12-011-1/+0Star
* staging: brcm80211: Remove BUSTYPE macroBrett Rudley2010-11-291-10/+10
* staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel2010-11-291-5/+5
* staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel2010-11-291-4/+4
* staging: brcm80211: unifdef -UBCMSDIOBrett Rudley2010-11-201-5/+0Star
* staging: brcm80211: unifdef -DWLC_LOWBrett Rudley2010-11-201-3/+0Star
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-23/+23
* staging: brcm80211: migrate #includes from headers into .c files.Brett Rudley2010-11-101-0/+2
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-101-1/+3
* staging: brcm80211: Move #includes out of d11.hBrett Rudley2010-11-101-0/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-2/+1Star
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-1/+1
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-141-15/+15
* Staging: brcm80211: sys: remove unneeded use of uintptrGreg Kroah-Hartman2010-10-121-14/+11Star
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-53/+53
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-44/+44
* staging: brcm80211: remove BCMUNINITFN() macro.Jason Cooper2010-10-121-2/+2
* staging: brcm80211: remove BCMINITFN() macro.Jason Cooper2010-10-121-11/+11
* Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman2010-10-081-16/+13Star
* Staging: brcm80211: remove ISALIGNED macroGreg Kroah-Hartman2010-10-081-3/+3
* Staging: brcm80211: remove ARRAYSIZE macroGreg Kroah-Hartman2010-10-081-5/+5
* Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman2010-10-081-4/+4
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-68/+68
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-081-75/+75
* Staging: brcm80211: sys: s/uint8/u8/Greg Kroah-Hartman2010-10-051-24/+24
* Staging: brcm80211: remove INLINE definitionGreg Kroah-Hartman2010-10-051-1/+1
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-051-0/+1
* staging: brcm80211: use string native libraryAndy Shevchenko2010-09-161-2/+3
* staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'Jason Cooper2010-09-151-4/+4
* staging: brcm80211: fix "ERROR: that open brace { ... prev line"Jason Cooper2010-09-151-4/+4
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-141-11/+19
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-141-20/+20
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-141-25/+50
* staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper2010-09-141-162/+162
* Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski2010-09-091-0/+4178