From: John W. Linville Date: Tue, 23 Apr 2013 18:09:39 +0000 (-0400) Subject: Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless X-Git-Tag: v3.10-rc2~34^2~21^2^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec094144cdd54a36e65a69161e9705959c09cb23;p=profile%2Fcommon%2Fkernel-common.git Merge branch 'master' of git://git./linux/kernel/git/linville/wireless Conflicts: drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c --- ec094144cdd54a36e65a69161e9705959c09cb23 diff --cc drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c index 1841312,73fe8d6..491305c --- a/drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c +++ b/drivers/net/wireless/ath/ath9k/dfs_pattern_detector.c @@@ -143,9 -142,8 +143,9 @@@ channel_detector_create(struct dfs_patt { u32 sz, i; struct channel_detector *cd; + struct ath_common *common = ath9k_hw_common(dpd->ah); - cd = kmalloc(sizeof(*cd), GFP_KERNEL); + cd = kmalloc(sizeof(*cd), GFP_ATOMIC); if (cd == NULL) goto fail;