summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/sys/wl_mac80211.c
AgeCommit message (Expand)Author
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-08Staging: 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-09Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski