commit | e5704bf0ba4bb2ca54a1c74f6a6dca53dfccc33d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Oct 28 16:59:57 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 10 15:10:17 2008 -0500 |
tree | 847d34f0d4f041805cd5b64daa43cc0913ab600c | |
parent | 2df78167ade3d0542f0f95be7cc58861343cce3a [diff] |
ath9k: remove useless NULL initialisers When I added .set_frag_threshold I didn't realise it was already there which now generated a sparse warning. Therefore, remove the .set_frag_threshold NULL initialiser, and while at it all the other useless ones. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>