aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cw1200 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-8/+8
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-7/+3
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-7/+4
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+2
2015-03-20cw1200: Fix suspendLars-Peter Clausen1-7/+4
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches2-2/+2
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-2/+2
2015-02-06cw1200: Less function calls in cw1200_load_firmware_cw1200() after error detectionMarkus Elfring1-14/+23
2015-02-06cw1200: Delete an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2015-02-06cw1200: use msecs_to_jiffies for conversionNicholas Mc Guire1-4/+4
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo2-2/+3
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv1-1/+2
2015-01-07cw1200: queue: Use setup_timerJulia Lawall1-3/+1
2015-01-07cw1200: main: Use setup_timerJulia Lawall1-3/+2
2015-01-07wireless: cw1200: Use setup_timerJulia Lawall1-3/+2
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg2-1/+1
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-1/+1
2014-08-25cw1200: Introduce the use of devm_kzallocHimangi Saraogi1-3/+1
2014-07-20cw1200: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-2/+3
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel2-2/+3
2014-06-19cw1200: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-2/+4
2014-04-14cw1200: Fix cw1200_debug_link_idFrederic Danis1-0/+2
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach2-2/+4
2014-03-03net: Replace min macro with min_tSilvan Jegen1-2/+2
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+0
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-7/+6
2014-01-07mac80211: remove channel_change_timeJohannes Berg1-1/+0
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-03wireless: cw1200: Fix memory leak in cw1200_wow_suspend()Christian Engelmayer1-5/+6
2013-12-26cw1200: slight optimization of addr comparedingtianhong2-4/+4
2013-12-05wireless: cw1200: Use consistent internal locking conventionsSolomon Peachy1-2/+2
2013-12-05cw1200: Make the "scan failed" message into a warningSolomon Peachy1-2/+3
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-5/+5
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-36/+10
2013-10-10wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call.Solomon Peachy1-0/+2
2013-09-26wireless: cw1200: use dev_get_platdata()Jingoo Han1-2/+2
2013-09-26cw1200: Use a threaded oneshot irq handler for cw1200_spiSolomon Peachy1-3/+4
2013-09-26Revert "cw1200: Don't perform SPI transfers in interrupt context"Solomon Peachy4-33/+4
2013-09-09cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy1-0/+9
2013-09-09cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy4-4/+33
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-08-28cw1200: When debug is enabled, display all wakeup conditions for the wait_event_interruptible_timeout() call.Solomon Peachy1-2/+2
2013-08-28cw1200: Display the correct default reference clock.Solomon Peachy1-1/+1
2013-08-20treewide: Fix typo in printkMasanari Iida1-1/+1
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+2
2013-08-05cw1200: Fix spurious BUG_ON() trigger when starting AP mode.Solomon Peachy1-5/+2
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1