summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
* mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
* mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
* mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
* rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
* ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
* ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02231-4414/+11534
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-0163-1366/+3259
| |\
| | * ath9k: Fix BTCOEX weight initializationSujith Manoharan2012-09-284-32/+39
| | * mwifiex: convert to use le16_add_cpu()Wei Yongjun2012-09-281-3/+2
| | * mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil2012-09-284-8/+49
| | * ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann2012-09-281-0/+17
| | * brcmfmac: remove brcmf_update_prof() functionArend van Spriel2012-09-281-62/+19
| | * brcmfmac: remove brcmf_read_prof() functionArend van Spriel2012-09-281-27/+22
| | * brcmfmac: rename structure brcmf_cfg80211_privArend van Spriel2012-09-283-616/+615
| | * brcmfmac: add hostap supoort.Hante Meuleman2012-09-283-51/+962
| | * brcmfmac: remove two obsolete structure definitionsArend van Spriel2012-09-282-32/+8
| | * brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel2012-09-283-47/+15
| | * brcmfmac: get rid of extern keyword in wl_cfg80211.hArend van Spriel2012-09-281-8/+8
| | * brcmfmac: notify common driver about usb tx completion.Hante Meuleman2012-09-281-0/+2
| | * brcmfmac: use define instead of hardcoded values.Hante Meuleman2012-09-281-4/+6
| | * brcmfmac: use different fw api for encryption,auth. configHante Meuleman2012-09-284-97/+219
| | * brcmfmac: use wait_event_timeout for fw control packets over usb.Hante Meuleman2012-09-281-37/+9
| | * b43legacy: Fix crash on unload when firmware not availableLarry Finger2012-09-281-0/+2
| | * ath9k: Enable MCI for AR9565Bala Shanmugam2012-09-283-5/+5
| | * brcmfmac: use kcalloc() to prevent integer overflowDan Carpenter2012-09-281-2/+2
| | * ath9k: Fix chainmask selection for AR9462Sujith Manoharan2012-09-282-0/+6
| | * mwifiex: add inactivity deauth support for apKevin Gan2012-09-284-1/+39
| | * mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao2012-09-281-0/+9
| | * mwifiex: parse P2P IEs from beacon_dataStone Piao2012-09-281-32/+54
| | * mwifiex: add support for P2P GO in interface type changeStone Piao2012-09-286-3/+90
| | * mwifiex: add support for P2P client in interface type changeStone Piao2012-09-284-0/+95
| | * mwifiex: add P2P interfaceStone Piao2012-09-283-2/+47
| | * mwifiex: send firmware initialization commands synchronouslyStone Piao2012-09-281-32/+33
| | * mwifiex: append each IE into a seperate IE bufferStone Piao2012-09-281-4/+9
| | * mwifiex: process remain on channel expired eventStone Piao2012-09-282-0/+13
| | * mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao2012-09-288-6/+163
| | * mwifiex: report received management frames to cfg80211Stone Piao2012-09-286-0/+58
| | * mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao2012-09-285-0/+40
| | * mwifiex: advertise mgmt_stype to cfg80211Stone Piao2012-09-281-0/+30
| | * mwifiex: implement cfg80211 mgmt_tx handlerStone Piao2012-09-286-17/+143
| | * mwifiex: fix coding style issueStone Piao2012-09-282-4/+1
| | * ath9k: Add a debugfs file to adjust antenna diversitySujith Manoharan2012-09-282-3/+54
| | * ath9k: Handle errors properly in MCI initializationSujith Manoharan2012-09-283-17/+23
| | * ath9k: Fix rx filtering issue for older chipsThomas Wagner2012-09-281-2/+2
| | * wlcore: protect wlcore_op_set_key with mutexEliad Peller2012-09-272-33/+43