summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/sys/wl_mac80211.c
AgeCommit message (Expand)Author
2011-01-21staging: brcm80211: moved code around for cleanupArend van Spriel
2011-01-20staging: brcm80211: last nail into proto/ethernet.hArend van Spriel
2010-12-16staging: brcm80211: Fix WL_<type> logging macrosJoe Perches
2010-12-16staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches
2010-12-08staging: brcm80211: replaced typedef wl_if_t by struct wl_ifRoland Vossen
2010-12-03staging: brcm80211: added firmware validationRoland Vossen
2010-12-01staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.Roland Vossen
2010-12-01staging: brcm80211: bzero => memsetBrett Rudley
2010-11-29staging: brcm80211: Remove BUSTYPE macroBrett Rudley
2010-11-29staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel
2010-11-19staging: brcm80211: unifdef -UBCMSDIOBrett Rudley
2010-11-19staging: brcm80211: unifdef -DWLC_LOWBrett Rudley
2010-11-19staging: brcm80211: unifdef -UWLC_HIGH_ONLYBrett Rudley
2010-11-17staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley
2010-11-11staging: brcm80211: Remove unused module parameters.Brett Rudley
2010-11-09staging: brcm80211: Remove pkttag from oslBrett Rudley
2010-11-09staging: brcm80211: purge epivers.hBrett Rudley
2010-11-09staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley
2010-11-09staging: brcm80211: Move #includes out of d11.hBrett Rudley
2010-10-30staging: Final semaphore cleanupThomas Gleixner
2010-10-21Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman
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-12Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman
2010-10-12Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman
2010-10-12staging: brcm80211: remove useless bcm_ether_ntoa()Andy Shevchenko
2010-10-08Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman
2010-10-07Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman
2010-10-07Staging: brcm80211: remove some more macros from linuxver.hGreg Kroah-Hartman
2010-10-07Staging: brcm80211: remove unneeded pm macroGreg Kroah-Hartman
2010-10-07Staging: brcm80211: remove unneeded pci macrosGreg Kroah-Hartman
2010-10-07Staging: brcm80211: remove MY_INIT_WORK macroGreg Kroah-Hartman
2010-10-05Staging: brcm80211: s/ulong/unsigned long/Greg Kroah-Hartman
2010-10-05Staging: brcm80211: sys: s/uint8/u8/Greg Kroah-Hartman
2010-10-05staging: brcm80211: Purge unused #includesBrett Rudley
2010-09-30staging: brcm80211: Fix debug section mismatch warningBrett Rudley
2010-09-30staging: brcm80211: delete unused/obsolete codeBrett Rudley
2010-09-30staging: brcm80211: handle missing firmware betterBrett Rudley
2010-09-16staging: brcm80211: use string native libraryAndy Shevchenko
2010-09-14staging: brcm80211: fix remaining checkpatch errors.Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: spaces required around that ..."Jason Cooper
2010-09-14staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper
2010-09-14staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper
2010-09-14staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper
2010-09-14staging: brcm80211: Fix some initialisation failure pathsBen Hutchings
2010-09-08Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski