Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cfg80211: fix syntax error on user regulatory hints

This fixes a syntax error when setting up the user regulatory
hint. This change yields the same exact binary object though
so it ends up just being a syntax typo fix, fortunately.

Cc: stable@kernel.org
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Luis R. Rodriguez and committed by
John W. Linville
e12822e1 359207c6

+1 -1
+1 -1
net/wireless/reg.c
··· 1690 1690 request->wiphy_idx = WIPHY_IDX_STALE; 1691 1691 request->alpha2[0] = alpha2[0]; 1692 1692 request->alpha2[1] = alpha2[1]; 1693 - request->initiator = NL80211_REGDOM_SET_BY_USER, 1693 + request->initiator = NL80211_REGDOM_SET_BY_USER; 1694 1694 1695 1695 queue_regulatory_request(request); 1696 1696