aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Merge tag 'wireless-drivers-for-davem-2015-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller13-44/+109
2015-03-07brcmfmac: Perform bound checking on vendor command bufferPontus Fuchs1-3/+12
2015-03-06Merge tag 'iwlwifi-for-kalle-2015-03-05' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesKalle Valo10-39/+91
2015-03-05iwlwifi: mvm: BT Coex - fix a NULL pointer exceptionEmmanuel Grumbach2-2/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2015-03-03rtlwifi: Improve handling of IPv6 packetsLarry Finger1-2/+5
2015-03-03b43: fix support for 5 GHz only BCM43228 modelRafał Miłecki1-0/+1
2015-02-25iwlwifi: fix max_ht_ampdu_exponent for older devicesEmmanuel Grumbach4-14/+29
2015-02-24mac80211_hwsim: fix error handling in tx_frame_nlBob Copeland1-1/+4
2015-02-23iwlwifi: mvm: disable beamformer unless FW supports itEyal Shapira1-1/+4
2015-02-23iwlwifi: mvm: Fix ROC removalAndrei Otcheretianski1-6/+3
2015-02-23iwlwifi: mvm: don't try to stop scans that are not running anymoreLuciano Coelho1-2/+31
2015-02-23iwlwifi: mvm: rs: fix BT Coex check to look at the correct antEyal Shapira1-7/+14
2015-02-23iwlwifi: mvm: call ieee80211_scan_completed() even if scan abort failsLuciano Coelho1-7/+6
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+3
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+5
2015-02-13wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-35/+12
2015-02-11Merge tag 'wireless-drivers-for-davem-2015-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-4/+1
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2-2/+2
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2-2/+2
2015-02-10rtlwifi: Remove logging statement that is no longer neededLarry Finger1-4/+1
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller162-2123/+6376
2015-02-06Merge ath-next from ath.gitKalle Valo28-435/+2953
2015-02-06Merge tag 'iwlwifi-next-for-kalle-2015-02-03' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo26-176/+503
2015-02-06brcm80211: Delete unnecessary checks before two function callsMarkus Elfring2-3/+2
2015-02-06hostap: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2015-02-06orinoco: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2015-02-06ath9k: Delete an unnecessary check before the function call "relay_close"Markus Elfring1-1/+1
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-06orinoco: orinoco_tmd use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06orinoco: orinoco_pci use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06orinoco: orinoco_plx use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06cw1200: use msecs_to_jiffies for conversionNicholas Mc Guire1-4/+4
2015-02-06ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-02-06ath9k: Choose correct rate for 2GHz channelSujith Manoharan1-1/+5
2015-02-06ath9k: Clear TSF2 properlySujith Manoharan2-0/+11
2015-02-06ath9k: Program AR_WA correctlySujith Manoharan1-17/+22
2015-02-06ath9k: Fix issues with WoW enableSujith Manoharan3-95/+93
2015-02-06ath9k: Register correct WOW details with mac80211Sujith Manoharan1-2/+14
2015-02-06ath9k: Add support for more WOW patternsSujith Manoharan3-27/+56
2015-02-06rtlwifi: rtl8192ee: Fix problems with calculating free space in FIFOLarry Finger2-8/+8
2015-02-06rtlwifi: rtl8192ee: Fix handling of new style descriptorsTroy Tan5-10/+46
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+15
2015-02-04ath10k: enable qca6174 hw3.2Michal Kazior2-0/+16
2015-02-04ath10k: add log level configuration for fw_dbglogSenthilKumar Jegadeesan5-16/+33
2015-02-04ath10k: Use TX cksum offload only for CHECKSUM_PARTIALHelmut Schaa1-2/+4
2015-02-04ath10k: fix beacon deadlockMichal Kazior3-24/+58
2015-02-04ath10k: change dma beacon cmd prototypeMichal Kazior3-23/+38
2015-02-04ath10k: prevent setting wrong key idx for stationSenthilKumar Jegadeesan2-93/+72