summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/009-remove_mac80211_module_dependence.patch
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵Felix Fietkau2010-09-141-3/+5
| | | | | | carl9170 with the recently merged upstream version SVN-Revision: 23061
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-151-1/+1
| | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449
* mac80211: update to wireless-testing 2010-02-16Felix Fietkau2010-02-171-1/+1
| | | | SVN-Revision: 19688
* mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13Felix Fietkau2010-01-151-1/+1
| | | | SVN-Revision: 19139
* mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ↵Felix Fietkau2010-01-071-1/+1
| | | | | | ones are not working yet) SVN-Revision: 19063
* mac80211: update to 2009-11-13 and add some of my new performance ↵Felix Fietkau2009-11-141-1/+1
| | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak SVN-Revision: 18415
* mac80211: speed up build by reducing the makefile shell calls, fix forced ↵Felix Fietkau2009-08-201-1/+1
| | | | | | disable of rfkill SVN-Revision: 17335
* Do not build the mac80211 module in the kernel. The attributes ↵Hauke Mehrtens2009-08-151-0/+24
skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276