File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drivers/net/wireless/ralink/rt2x00 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -842,7 +842,7 @@ int rt2800mmio_probe_hw(struct rt2x00_dev *rt2x00dev)
842
842
/*
843
843
* Set txstatus timer function.
844
844
*/
845
- rt2x00dev -> txstatus_timer . function = rt2800mmio_tx_sta_fifo_timeout ;
845
+ hrtimer_update_function ( & rt2x00dev -> txstatus_timer , rt2800mmio_tx_sta_fifo_timeout ) ;
846
846
847
847
/*
848
848
* Overwrite TX done handler
Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ static int rt2800usb_probe_hw(struct rt2x00_dev *rt2x00dev)
618
618
/*
619
619
* Set txstatus timer function.
620
620
*/
621
- rt2x00dev -> txstatus_timer . function = rt2800usb_tx_sta_fifo_timeout ;
621
+ hrtimer_update_function ( & rt2x00dev -> txstatus_timer , rt2800usb_tx_sta_fifo_timeout ) ;
622
622
623
623
/*
624
624
* Overwrite TX done handler
You can’t perform that action at this time.
0 commit comments