]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Properly set work-item channel-type.
authorBen Greear <greearb@candelatech.com>
Mon, 7 Feb 2011 21:44:34 +0000 (13:44 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Feb 2011 21:09:45 +0000 (16:09 -0500)
commit19cb187dadfa7a10692ab4788d84844c6be51b3b
tree94e929d18145e4873c1fc67b3bb583ebd795e765
parent5daa4a83f8d4b950d85f9d49b084e8c9fd66aa81
mac80211: Properly set work-item channel-type.

Some were indirectly set to NO_HT (zero), but I think
it's better to explicitly set it in case the enum ever
changes.  In cfg.c, it seems the channel-type was just
ignored (and thus always set to NO_HT).

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c
net/mac80211/mlme.c