19 Sep, 2012

5 commits


09 Sep, 2012

7 commits


22 Aug, 2012

7 commits


15 Aug, 2012

8 commits


14 Aug, 2012

2 commits

  • My commit "p54: parse output power table" introduced
    the following compiler warnings for powerpc-allmodconfig

    eeprom.c: In function 'p54_get_maxpower':
    eeprom.c:291 warning: comparison of distinct pointer types lacks a cast
    eeporm.c:292 warning: comparison of distinct pointer types lacks a cast
    eeprom.c:293 warning: comparison of distinct pointer types lacks a cast
    eeprom.c:294 warning: comparison of distinct pointer types lacks a cast

    This patch fixes those by using max_t(u16
    which forces a type cast.

    Reported-by: Fengguang Wu
    Tested-by: Fengguang Wu
    Signed-off-by: Christian Lamparter
    Signed-off-by: John W. Linville

    Christian Lamparter
     
  • ieee80211_bss_info_change_notify is called everytime a peer link is established
    or closed, because the accepting_plinks flag in the meshconf IE *might* have changed.

    With this patch the corresponding functions return the BSS_CHANGED_BEACON flag when a beacon update is necessary.

    Also it makes mesh_accept_plinks_update the common place to update the accepting_plinks flag.
    mesh_accept_plinks_update is called upon plink change and also periodically from ieee80211_mesh_housekeeping.
    Thus, it also picks up changes of local->num_sta.

    Signed-off-by: Marco Porsch
    Acked-by: Thomas Pedersen
    Signed-off-by: John W. Linville

    Marco Porsch
     

11 Aug, 2012

11 commits