aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar1-8/+0
2014-09-15mwifiex: bring in scan channel gap featureAvinash Patil1-0/+5
2014-09-15mwifiex: set passive scan type for scan requests with no ssidAvinash Patil1-1/+1
2014-09-04Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-0/+1
2014-08-25mwifiex: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-3/+5
2014-07-18mwifiex: do not re-associate when already connectedUjjal Roy1-3/+5
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-07-03mwifiex: initialize Tx/Rx info of a packet correctlyAmitkumar Karwar1-0/+1
2014-06-25wireless: mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-06-25Revert "mwifiex: Use the proper interfaces"Bing Zhao1-1/+3
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov1-1/+2
2014-06-20mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-06-19mwifiex: support wowlan magic-packet encapsulated as UDP packetZhiyuan Yang1-0/+10
2014-06-19mwifiex: Remove custom world regulatory domainMarkus Pargmann1-36/+0
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-10/+9
2014-03-19mwifiex: update MCS set as per RX-STBC bit from hostapdMaithili Hinge1-3/+3
2014-03-14mwifiex: use VHT MCS mask in set bitrate mask handlerAmitkumar Karwar1-2/+10
2014-02-28mwifiex: update MCS information as per antenna settingsAmitkumar Karwar1-2/+29
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-86/+81
2014-02-24mwifiex: enable obss scan offload feature flagAmitkumar Karwar1-1/+2
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari1-2/+2
2014-02-12mwifiex: add cfg80211 change_station handler supportAvinash Patil1-0/+25
2014-02-12mwifiex: add cfg80211 add_station handler supportAvinash Patil1-0/+18
2014-02-12mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil1-0/+49
2014-02-12mwifiex: add tdls_mgmt handler supportAvinash Patil1-0/+81
2014-02-12mwifiex: remove unsupported code in 11acBing Zhao1-3/+0
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+2
2014-02-04cfg80211: Clean up connect params and channel fetchingJouni Malinen1-2/+3
2014-01-23mwifiex: fix wakeup on magic packetAndreas Fenkart1-1/+1
2014-01-16mwifiex: export threshold value and retry limit to cfg80211Ujjal Roy1-0/+14
2014-01-09mwifiex: use a function to replace two copies of a code fragmentBing Zhao1-8/+1
2013-12-18mwifiex: download per country tx power table to firmwareBing Zhao1-0/+10
2013-12-18mwifiex: send regulatory domain info to firmware only if alpha2 changedBing Zhao1-6/+13
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-4/+20
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy1-0/+1
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-3/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-12/+13
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-3/+3
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-2/+3
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-7/+7
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar1-0/+3
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar1-4/+16
2013-08-26mwifiex: drop gratuitous ARP framesAvinash Patil1-0/+1
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao1-2/+2
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar1-0/+125