> > > > This patch fixes a mis-match in {test,set}_bit for qdisc_pool created by > > > > the move to an array of bits. > > > CC [M] net/mac80211/wme.o > > > net/mac80211/wme.c: In function 'wme_qdiscop_enqueue': > > > net/mac80211/wme.c:161: warning: passing argument 2 of 'constant_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c:161: warning: passing argument 2 of 'variable_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c:194: warning: passing argument 2 of 'constant_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c:194: warning: passing argument 2 of 'variable_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c: In function 'wme_qdiscop_dequeue': > > > net/mac80211/wme.c:275: warning: passing argument 2 of 'constant_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c:275: warning: passing argument 2 of 'variable_test_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c: In function 'wme_qdiscop_init': > > > net/mac80211/wme.c:399: warning: passing argument 2 of 'set_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c: In function 'ieee80211_ht_agg_queue_add': > > > net/mac80211/wme.c:660: warning: passing argument 2 of 'test_and_set_bit' makes pointer from integer without a cast > > > net/mac80211/wme.c:673: error: subscripted value is neither array nor pointer > > > net/mac80211/wme.c: In function 'ieee80211_ht_agg_queue_remove': > > > net/mac80211/wme.c:693: warning: passing argument 2 of 'clear_bit' makes pointer from integer without a cast > > > make[1]: *** [net/mac80211/wme.o] Error 1 > > > make: *** [net/mac80211/] Error 2 > > > > > I don't see a warning w/o it -- only build breakage w/ it. > John, the same errors i get when trying to apply this patch without applying first "adjustable number of bits for qdisc pool" patch. in fact i think it is better that both would be united to one patch, as this patch is a fix to warnings caused by "adjustable number of bits for qdisc pool", but i leave it to your decision thanks ron - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html