summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-09-28brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel-47/+15
2012-09-28brcmfmac: get rid of extern keyword in wl_cfg80211.hArend van Spriel-8/+8
2012-09-28brcmfmac: notify common driver about usb tx completion.Hante Meuleman-0/+2
2012-09-28brcmfmac: use define instead of hardcoded values.Hante Meuleman-4/+6
2012-09-28brcmfmac: use different fw api for encryption,auth. configHante Meuleman-97/+219
2012-09-28brcmfmac: use wait_event_timeout for fw control packets over usb.Hante Meuleman-37/+9
2012-09-28b43legacy: Fix crash on unload when firmware not availableLarry Finger-0/+2
2012-09-28ath9k: Enable MCI for AR9565Bala Shanmugam-5/+5
2012-09-28brcmfmac: use kcalloc() to prevent integer overflowDan Carpenter-2/+2
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan-0/+6
2012-09-28mwifiex: add inactivity deauth support for apKevin Gan-1/+39
2012-09-28mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao-0/+9
2012-09-28mwifiex: parse P2P IEs from beacon_dataStone Piao-32/+54
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao-3/+90
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao-0/+95
2012-09-28mwifiex: add P2P interfaceStone Piao-2/+47
2012-09-28mwifiex: send firmware initialization commands synchronouslyStone Piao-32/+33
2012-09-28mwifiex: append each IE into a seperate IE bufferStone Piao-4/+9
2012-09-28mwifiex: process remain on channel expired eventStone Piao-0/+13
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao-6/+163
2012-09-28mwifiex: report received management frames to cfg80211Stone Piao-0/+58
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao-0/+40
2012-09-28mwifiex: advertise mgmt_stype to cfg80211Stone Piao-0/+30
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao-17/+143
2012-09-28mwifiex: fix coding style issueStone Piao-4/+1
2012-09-28ath9k: Add a debugfs file to adjust antenna diversitySujith Manoharan-3/+54
2012-09-28ath9k: Handle errors properly in MCI initializationSujith Manoharan-17/+23
2012-09-28ath9k: Fix rx filtering issue for older chipsThomas Wagner-2/+2
2012-09-28bcma: change delays to follow timers-howto guideRafał Miłecki-9/+12
2012-09-28Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-339/+476
2012-09-28Merge tag 'nfc-next-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville-25/+202
2012-09-27wlcore: protect wlcore_op_set_key with mutexEliad Peller-33/+43
2012-09-27wlcore: decrease elp timeoutEliad Peller-6/+2
2012-09-27wlcore: Load the NVS file asynchronouslyIdo Yariv-38/+53
2012-09-27wlcore: Refactor probeIdo Yariv-48/+83
2012-09-27wlcore: Allow memory access when the FW crashesIdo Yariv-8/+12
2012-09-27wlcore: use dynamic keep-alive template idsEliad Peller-23/+33
2012-09-27wlcore: invalidate keep-alive template on disconnectionEliad Peller-0/+5
2012-09-27wl18xx: default to siso40 in 2.4ghz with a single antennaArik Nemtsov-2/+2
2012-09-27wlcore: Fix unbalanced interrupts enablementIdo Yariv-1/+15
2012-09-27wlcore: Don't recover during bootIdo Yariv-1/+2
2012-09-27wlcore/wl18xx: add phy_fw_version_str to debugfs driver_stateYair Shapira-0/+8
2012-09-27wlcore: spi: use private max-buf-size limitArik Nemtsov-4/+8
2012-09-27wl18xx: number_of_assembled_ant5 indicates if A band is enabledYair Shapira-5/+2
2012-09-27wlcore: allow up to 3 running STA interfaces in combinationsArik Nemtsov-2/+2
2012-09-27wlcore: lazy-enable device rolesEliad Peller-20/+15
2012-09-27wlcore: always use wlvif->role_id for scansEliad Peller-11/+7
2012-09-27wlcore: make debug prints work without dynamic debugArik Nemtsov-3/+13
2012-09-27wlcore/wl18xx/wl12xx: allow up to 3 mac addressesArik Nemtsov-9/+38
2012-09-27wlcore: resume() only if sta is associatedEliad Peller-0/+3