OSDN Git Service

ath9k: remove useless NULL initialisers
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 28 Oct 2008 15:59:57 +0000 (16:59 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:10:17 +0000 (15:10 -0500)
commite5704bf0ba4bb2ca54a1c74f6a6dca53dfccc33d
tree847d34f0d4f041805cd5b64daa43cc0913ab600c
parent2df78167ade3d0542f0f95be7cc58861343cce3a
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>
drivers/net/wireless/ath9k/main.c