summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcma: change delays to follow timers-howto guideRafał Miłecki2012-09-284-9/+12
* Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-09-2821-339/+476
|\
| * wlcore: protect wlcore_op_set_key with mutexEliad Peller2012-09-272-33/+43
| * wlcore: decrease elp timeoutEliad Peller2012-09-271-6/+2
| * wlcore: Load the NVS file asynchronouslyIdo Yariv2012-09-272-38/+53
| * wlcore: Refactor probeIdo Yariv2012-09-274-48/+83
| * wlcore: Allow memory access when the FW crashesIdo Yariv2012-09-271-8/+12
| * wlcore: use dynamic keep-alive template idsEliad Peller2012-09-276-23/+33
| * wlcore: invalidate keep-alive template on disconnectionEliad Peller2012-09-271-0/+5
| * wl18xx: default to siso40 in 2.4ghz with a single antennaArik Nemtsov2012-09-271-2/+2
| * wlcore: Fix unbalanced interrupts enablementIdo Yariv2012-09-272-1/+15
| * wlcore: Don't recover during bootIdo Yariv2012-09-271-1/+2
| * wlcore/wl18xx: add phy_fw_version_str to debugfs driver_stateYair Shapira2012-09-273-0/+8
| * wlcore: spi: use private max-buf-size limitArik Nemtsov2012-09-272-4/+8
| * wl18xx: number_of_assembled_ant5 indicates if A band is enabledYair Shapira2012-09-271-5/+2
| * wlcore: allow up to 3 running STA interfaces in combinationsArik Nemtsov2012-09-271-2/+2
| * wlcore: lazy-enable device rolesEliad Peller2012-09-272-20/+15
| * wlcore: always use wlvif->role_id for scansEliad Peller2012-09-271-11/+7
| * wlcore: make debug prints work without dynamic debugArik Nemtsov2012-09-271-3/+13
| * wlcore/wl18xx/wl12xx: allow up to 3 mac addressesArik Nemtsov2012-09-276-9/+38
| * wlcore: resume() only if sta is associatedEliad Peller2012-09-271-0/+3
| * wlcore: configure wowlan regardless of wakeup conditionsEyal Shapira2012-09-271-13/+13
| * wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky2012-09-278-9/+14
| * wl18xx/wl12xx: defines for Tx/Rx descriptors numIgal Chernobelsky2012-09-274-4/+10
| * wlcore: tx_flush - optimize flow and force Tx during the flushArik Nemtsov2012-09-271-8/+18
| * wlcore: make Tx flush timings more verboseArik Nemtsov2012-09-271-4/+9
| * wlcore: allow only the lowest OFDM rate for p2p setup framesArik Nemtsov2012-09-271-2/+1
| * wlcore: AP mode - send non-data packets with basic ratesArik Nemtsov2012-09-271-2/+6
| * wlcore: cancel recovery_work on stop() instead of remove_interface()Eliad Peller2012-09-271-4/+2
| * wl18xx: increase rx_ba_win_size to 32Ido Reis2012-09-271-1/+1
| * wlcore: Prevent interaction with HW after recovery is queuedIdo Yariv2012-09-2711-55/+61
| * wlcore: consider single fw caseEliad Peller2012-09-271-1/+5
| * wl18xx: update default phy configuration for pg2Ido Reis2012-09-271-14/+3
| * wl12xx: remove duplicated include from main.cWei Yongjun2012-09-271-1/+0
| * wlcore: Declare MODULE_FIRMWARE usageTim Gardner2012-09-271-0/+1
| * wl12xx: use module_platform_driverLuciano Coelho2012-09-271-11/+1
| * wl18xx: use module_platform_driverDevendra Naga2012-09-271-12/+1
* | Merge tag 'nfc-next-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-09-287-25/+202
|\ \
| * | NFC: Fix sleeping in atomic when releasing socketSzymon Janc2012-09-271-5/+5
| * | NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc2012-09-271-7/+39
| * | NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville2012-09-271-0/+8
| * | NFC: LLCP raw socket supportThierry Escande2012-09-275-4/+148