summaryrefslogtreecommitdiff
path: root/Makefile.external
AgeCommit message (Collapse)Author
2015-10-16Commit mwlwifi driver 10.3.0.10.David Lin
1. Enhance Tx throughput. 2. Add the mechanism to stop and wake up sub Tx queue via ieee80211_stop_queue() and ieee80211_wake_queue(). 3. Refine code related to BA. 4. Replace BUG_ON() with WARN_ON() as suggested by LWN. 5. Acknowledge all packets in AMSDU to mac80211 after transmission is done. 6. Merge patch from community: fix a problem where the resources are left claimed if the firmware fails to load. 7. Replace dma_alloc_coherent() with dmam_alloc_coherent(). 8. Add debugfs. 9. Add linux version check to apply new API ieee80211_hw_set() existed after kernel 4.2. 10. Rearrange spin lock sequences in flushing AMSDU function to avoid dead lock on OpenWrt platform. Signed-off-by: David Lin <dlin@marvell.com>
2015-08-18Commit mwlwifi driver 10.3.0.8David Lin
1. Synchronized PATCH v6 sent to LWN. 2. Add code to support AMSDU. Signed-off-by: David Lin <dlin@marvell.com>
2015-06-19Commit mwlwifi driver 10.3.0.3David Lin
1. Modified the code in order to be accepted by linux wireless. 2. Let Tx thread be more modularized. 3. Fixed issue #20. Note: Please check hostapd sample configuration files to know current setting for vht_capab. Signed-off-by: David Lin <dlin@marvell.com>
2015-05-29Modify code to pass the checking of checkpatch.pl.David Lin
Signed-off-by: David Lin <dlin@marvell.com>
2014-12-25Initial commit (10.2.6.1.p4-20141224)Imre Kaloz
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>