commit | e39fdee1d7856817619326fa114438c146d74510 | [log] [tgz] |
---|---|---|
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Wed Nov 10 09:56:40 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:26:45 2010 -0500 |
tree | fb3730df3164aa6239571c2f39348afe74744fd9 | |
parent | 81baf6ec9c190ae128748cf2a026bff5cb811b70 [diff] |
iwlwifi: put all the isr related function under ops There were two type of isr supported by iwlwifi devices. legacy isr - only used by legacy devices (3945 & 4965) ict isr - used by all new generation of iwlwifi devices Move all the isr related functions into ops, the ict type of isr supports only needed for newer devices. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>