20 Sep, 2014

1 commit


23 Jul, 2014

1 commit


09 Jan, 2014

1 commit


17 May, 2013

1 commit


26 Mar, 2013

1 commit


19 Mar, 2013

1 commit


10 Jul, 2012

1 commit


25 Jun, 2010

2 commits


19 Jun, 2010

1 commit


12 May, 2010

1 commit

  • ERROR: do not use C99 // comments
    +// bit type

    ERROR: do not use C99 // comments
    +// 802.11 frame related, defined as 802.11 spec

    ERROR: do not use C99 // comments
    +//#define WLAN_RATES_MAXLEN 255

    ERROR: do not use C99 // comments
    +//#define WLAN_WEPMAX_KEYLEN 29

    ERROR: do not use C99 // comments
    +// Frame Type

    ERROR: do not use C99 // comments
    +// Frame Subtypes

    ERROR: do not use C99 // comments
    +// Control

    ERROR: do not use C99 // comments
    +// Data

    ERROR: do not use C99 // comments
    +// GET & SET Frame Control bit

    ERROR: do not use C99 // comments
    +// Sequence Field bit

    ERROR: do not use C99 // comments
    +// Capability Field bit

    ERROR: do not use C99 // comments
    +// GET & SET Frame Control bit

    ERROR: do not use C99 // comments
    +// Sequence Field bit

    ERROR: do not use C99 // comments
    +// Capability Field bit

    ERROR: do not use C99 // comments
    +#endif //#ifdef __BIG_ENDIAN

    ERROR: do not use C99 // comments
    +// ERP Field bit

    ERROR: do not use C99 // comments
    +// Support & Basic Rates field

    ERROR: do not use C99 // comments
    +// TIM field

    ERROR: do not use C99 // comments
    +// 3-Addr & 4-Addr

    ERROR: do not use C99 // comments
    +// IEEE ADDR

    ERROR: do not use C99 // comments
    +// 802.11 Header Format

    ERROR: space required after that close brace '}'
    +}__attribute__ ((__packed__))

    ERROR: space required after that close brace '}'
    +}__attribute__ ((__packed__))

    ERROR: space required after that close brace '}'
    +}__attribute__ ((__packed__))

    ERROR: do not use C99 // comments
    +#endif // __80211HDR_H__

    Signed-off-by: Andrea Gelmini

    Andrea Gelmini
     

16 Sep, 2009

2 commits


20 Jun, 2009

1 commit

  • Add pristine upstream vt6655 driver sources to drivers/staging/vt6655. These
    files were literally copied from the driver directory in the upstream source
    archive, available here:

    http://www.viaarena.com/Driver/vt6655_linux_src_v1.19.12_x86.zip

    Signed-off-by: Forest Bond
    Signed-off-by: Greg Kroah-Hartman

    Forest Bond