• Rajkumar Manoharan's avatar
    ath9k: Cache beacon config after association · 9198cf4a
    Rajkumar Manoharan authored
    The beacon configurations are not cached properly after the station
    associates with AP. Not handling BEACON_INFO, is failing to update
    dtim period and also it is causing below warning message.
    
    WARNING: CPU: 1 PID: 0 at drivers/net/wireless/ath/ath9k/recv.c:548
    ath_rx_tasklet+0xc89/0xca0 [ath9k]()
     Call Trace:
      [<c14669c9>] dump_stack+0x48/0x69
      [<c104f1a2>] warn_slowpath_common+0x82/0xa0
      [<fd38c2f9>] ? ath_rx_tasklet+0xc89/0xca0 [ath9k]
      [<fd38c2f9>] ? ath_rx_tasklet+0xc89/0xca0 [ath9k]
    Signed-off-by: default avatarRajkumar Manoharan <rmanohar@qti.qualcomm.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    9198cf4a
main.c 63.3 KB