summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/sys/wlc_ampdu.c
Commit message (Expand)AuthorAgeFilesLines
* staging: brcm80211: moved code around for cleanupArend van Spriel2011-01-211-1356/+0
* staging: brcm80211: replaced some ieee80211 preprocessor constants part 1Roland Vossen2011-01-201-1/+2
* staging: brcm80211: replaced struct dot11_header by struct ieee80211_hdrRoland Vossen2011-01-201-9/+9
* staging: brcm80211: replaced struct dot11_rts_frame by struct ieee80211_rtsRoland Vossen2011-01-201-6/+6
* staging: brcm80211: last nail into proto/ethernet.hArend van Spriel2011-01-201-1/+1
* staging: brcm80211: Fix WL_<type> logging macrosJoe Perches2010-12-161-44/+55
* staging: brcm80211: Convert ETHER_ADDR_LEN to ETH_ALENJoe Perches2010-12-161-1/+1
* staging: brcm80211: replaced typedef ampdu_info_t by struct ampdu_infoRoland Vossen2010-12-081-32/+34
* staging: brcm80211: replaced wlc_info_t by struct wlc_info.Roland Vossen2010-12-061-16/+13
* staging: brcm80211: bzero => memsetBrett Rudley2010-12-011-3/+3
* staging: brcm80211: removed packet macros for accessing sk_buff fieldsArend van Spriel2010-11-291-11/+11
* staging: brcm80211: change packet buffer type to native struct sk_buffArend van Spriel2010-11-291-13/+12
* staging: brcm80211: unifdef -DWLC_LOWBrett Rudley2010-11-191-13/+0
* staging: brcm80211: unifdef -UWLC_HIGH_ONLYBrett Rudley2010-11-191-53/+0
* staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff callsArend van Spriel2010-11-191-4/+4
* staging: brcm80211: s/osl_t/struct osl_info/gBrett Rudley2010-11-171-1/+1
* staging: brcm80211: migrate #includes from headers into .c files.Brett Rudley2010-11-091-0/+2
* staging: brcm80211: Purge linuxver.h and redistribute #includes as requiredBrett Rudley2010-11-091-2/+0
* staging: brcm80211: Move #includes out of d11.hBrett Rudley2010-11-091-0/+1
* Staging: brcm80211: remove typedefs.hGreg Kroah-Hartman2010-10-211-2/+2
* staging: brcm80211: replace MFREE with kfreemike.rapoport@gmail.com2010-10-141-3/+2
* staging: brcm80211: replace MALLOC() with k[zm]allocmike.rapoport@gmail.com2010-10-141-2/+1
* staging: brcm80211: remove osl_malloced()/MALLOCED()mike.rapoport@gmail.com2010-10-141-1/+1
* staging: brcm80211: remove OSL_DELAYmike.rapoport@gmail.com2010-10-141-1/+1
* Staging: brcm80211: remove FALSE #defineGreg Kroah-Hartman2010-10-121-32/+32
* Staging: brcm80211: remove TRUE #defineGreg Kroah-Hartman2010-10-121-24/+24
* Staging: brcm80211: remove BCMATTACHFN macroGreg Kroah-Hartman2010-10-081-2/+2
* Staging: brcm80211: sys: wlc_ampdu: fix some comparison warningsGreg Kroah-Hartman2010-10-081-5/+5
* Staging: brcm80211: remove ROUNDUP macroGreg Kroah-Hartman2010-10-081-2/+2
* Staging: brcm80211: remove OFFSETOF macroGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove broken MAX() implementationGreg Kroah-Hartman2010-10-081-1/+1
* Staging: brcm80211: remove broken MIN() implementationGreg Kroah-Hartman2010-10-081-8/+8
* Staging: brcm80211: s/uint32/u32/Greg Kroah-Hartman2010-10-081-21/+21
* Staging: brcm80211: s/uint16/u16/Greg Kroah-Hartman2010-10-071-17/+17
* Staging: brcm80211: s/int8/s8/Greg Kroah-Hartman2010-10-051-1/+1
* Staging: brcm80211: sys: s/uint8/u8/Greg Kroah-Hartman2010-10-051-55/+55
* Staging: brcm80211: remove INLINE definitionGreg Kroah-Hartman2010-10-051-1/+1
* staging: brcm80211: Purge unused #includesBrett Rudley2010-10-051-3/+0
* staging: brcm80211: Move #includes out of headerBrett Rudley2010-10-051-0/+1
* staging: brcm80211: Remove unnecessary assertions.Henry Ptasinski2010-10-051-6/+0
* staging: brcm80211: fix "ERROR: Macros w/ complex values ... parenthesis"Jason Cooper2010-09-141-1/+1
* staging: brcm80211: fix "ERROR: do not use assignment in if condition"Jason Cooper2010-09-141-2/+4
* staging: brcm80211: fix "ERROR: return is not a function, paren..."Jason Cooper2010-09-141-2/+2
* staging: brcm80211: fix "ERROR: open brace '{' following function dec..."Jason Cooper2010-09-141-2/+4
* staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'Jason Cooper2010-09-141-43/+43
* Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless LAN dri...Henry Ptasinski2010-09-081-0/+1417
OpenPOWER on IntegriCloud