summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/sta_ioctl.c
AgeCommit message (Expand)Author
2013-11-25mwifiex: fix memory leak issue for ibss joinUjjal Roy
2013-11-11mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao
2013-07-24mwifiex: correct max IE length check for WPS IEAvinash Patil
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-05-08mwifiex: fix setting of multicast filterDaniel Drake
2013-04-22mwifiex: remove redundant initialization for bss_descriptorBing Zhao
2013-04-22mwifiex: fix use-after-free in beacon_ie processingBing Zhao
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-11cfg80211: move TSF into IEsJohannes Berg
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao
2012-12-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-30wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida
2012-11-30mwifiex: fix struct member mismatchJohannes Berg
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg
2012-11-14mwifiex: add multi-queue supportAvinash Patil
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao
2012-09-24mwifiex: disconnect the device before entering suspend stateAmitkumar Karwar
2012-09-11mwifiex: use country ie of requested AP while associatingAmitkumar Karwar
2012-08-06mwifiex: pass key_params pointer in mwifiex_set_encodeYing Luo
2012-07-17mwifiex: remove unnecessary code in data rate configurationAmitkumar Karwar
2012-07-17mwifiex: remove redundant code in set channel pathAmitkumar Karwar
2012-06-28mwifiex: wakeup main thread to handle command queuedAmitkumar Karwar
2012-05-16mwifiex: append peer mac address TLV in key material command to firmwareAvinash Patil
2012-05-16mwifiex: save adapter pointer in wiphy_privAvinash Patil
2012-04-17mwifiex: corrections in timestamp related codeAmitkumar Karwar
2012-04-17mwifiex: code cleanup in BSS handlingAmitkumar Karwar
2012-04-12mwifiex: add support for WPS2.0Avinash Patil
2012-04-12mwifiex: display correct country information in debugfs "info"Amitkumar Karwar
2012-04-09mwifiex: remove redundant signal handling codeAmitkumar Karwar
2012-03-14mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar