aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorStanislaw Gruszka <[email protected]>2014-01-28 09:14:48 +0100
committerJohn W. Linville <[email protected]>2014-02-04 15:30:06 -0500
commit2fa4cb905605c863bf570027233af7afd8149ae4 (patch)
treed2891782e2e56d8a19474e8ea0c6334b16786b25 /include/linux/fpga/fpga-mgr.h
parent235c0dc55aa52157bbaf2917e0a4bd8ae965c43a (diff)
ath9k_htc: make ->sta_rc_update atomic for most calls
sta_rc_update() callback must be atomic, hence we can not take mutexes or do other operations, which can sleep in ath9k_htc_sta_rc_update(). I think we can just return from ath9k_htc_sta_rc_update(), if it is called without IEEE80211_RC_SUPP_RATES_CHANGED bit. That will help with scheduling while atomic bug for most cases (except mesh and IBSS modes). For mesh and IBSS I do not see other solution like creating additional workqueue, because sending firmware command require us to sleep, but this can be done in additional patch. Patch partially fixes bug: https://bugzilla.redhat.com/show_bug.cgi?id=990955 Cc: [email protected] Signed-off-by: Stanislaw Gruszka <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions