31 Aug, 2014

2 commits


18 Aug, 2014

1 commit

  • DBG_PRT uses are unnecessarily complex.

    Convert DBG_PRT msglevel to pr_.
    This changes the KERN_ type of several uses.
    It also enables dynamic_debug for the pr_debug conversions.

    This patch can be a prelude to converting these pr_
    uses to dev_ as appropriate.

    Other changes:

    Realign arguments of these conversions.
    Remove now unused static int msglevel declarations.
    Remove now unused DBG_PRT #define.

    Compile tested only.

    Signed-off-by: Joe Perches
    Signed-off-by: Greg Kroah-Hartman

    Joe Perches
     

17 Aug, 2014

4 commits


28 Jul, 2014

5 commits


23 Jul, 2014

2 commits


17 Jul, 2014

1 commit


20 Jun, 2014

1 commit


16 May, 2014

2 commits

  • This patchs fixes tons of warnings such as:

    WARNING: braces {} are not necessary for single statement blocks
    #354: FILE: drivers/staging/vt6655/wmgr.c:354:
    + for (ii = 0; ii < WLAN_BSSID_LEN; ii++) {
    + pMgmt->abyDesireBSSID[ii] = 0xFF;
    + }

    Please note: this patch only fixes bracing issues (and there is still a
    lot to do); so if you run checkpatch it _will_ throw a lot of errors.
    Use --test-only=braces

    Signed-off-by: Guido Martínez
    Signed-off-by: Greg Kroah-Hartman

    Guido Martínez
     
  • Remove dead code in many places on this driver.

    Signed-off-by: Guido Martínez
    Signed-off-by: Greg Kroah-Hartman

    Guido Martínez
     

19 Apr, 2014

1 commit


11 Nov, 2013

2 commits


26 Mar, 2013

3 commits


19 Mar, 2013

1 commit


05 Sep, 2012

3 commits


31 Mar, 2011

1 commit


17 Nov, 2010

1 commit


03 Aug, 2010

3 commits


25 Jun, 2010

3 commits


23 Jun, 2010

2 commits

  • Use unsigned long instead.

    Signed-off-by: Charles Clément

    Charles Clément
     
  • Move functions managing the channel mapping to a new channel.c file, as done in
    the staging VT6656 driver. The function names contained in card.c were prefixed
    with CARD followed by the first letter of the return code, remove this and use
    more coherent function names.

    The following functions moved and were renamed:

    ChannelValid -> is_channel_valid
    CARDbSetChannel -> set_channel
    CARDvInitChannelTable -> init_channel_table
    CARDbyGetChannelMapping -> get_channel_mapping
    CARDvSetCountryInfo -> set_country_info
    CARDbySetSupportChannels -> set_support_channels
    CARDbChannelGetList -> channel_get_list
    CARDvSetCountryIE -> set_country_IE
    CARDbGetChannelMapInfo -> get_channel_map_info
    CARDvSetChannelMapInfo -> set_channel_map_info
    CARDvClearChannelMapInfo -> clear_channel_map_info
    CARDbyAutoChannelSelect -> auto_channel_select
    CARDbyGetChannelNumber -> get_channel_number

    Signed-off-by: Charles Clément
    Signed-off-by: Greg Kroah-Hartman

    Charles Clément
     

19 Jun, 2010

2 commits