summaryrefslogtreecommitdiff
path: root/net/mac80211/agg-rx.c
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2012-11-19 15:01:05 +0400
committerJohannes Berg <johannes.berg@intel.com>2012-11-19 17:48:19 +0400
commitf0dea9c73a16caac6b46886eb08f51dd82894ca4 (patch)
treefa143c4d2ef6cbafa1475c5b22a16c67de6a9269 /net/mac80211/agg-rx.c
parentf4bda337bbb6e245e2a07f344990adeb6a70ff35 (diff)
downloadlinux-f0dea9c73a16caac6b46886eb08f51dd82894ca4.tar.xz
mac80211: check add_chanctx callback before use in ieee80211_reconfig
During testing our mac80211 driver a fatal error occurred which was signalled to mac80211. Upon performing the reconfiguration of the device a WARN_ON was triggered. This warning checked the return value of drv_add_chanctx(). However, this returns -EOPNOTSUPP when the driver does not provide the callback. As the callback is optional better check it is defined before calling drv_add_chanctx(). Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/agg-rx.c')
0 files changed, 0 insertions, 0 deletions