Age | Commit message (Expand) | Author | Files | Lines |
2012-04-13 | rt2800: initialize queues before giving up due to DMA error | Jakub Kicinski | 2 | -3/+5 |
2012-04-13 | rt2800: add disabling of DMA before loading firmware | Jakub Kicinski | 1 | -0/+2 |
2012-04-13 | rt2800: introduce wpdma_disable function | Jakub Kicinski | 3 | -24/+19 |
2012-04-13 | mac80211: protect ->scanning by mutex in ieee80211_work_work() | Stanislaw Gruszka | 1 | -3/+5 |
2012-04-13 | mac80211: do not scan and monitor connection in parallel | Stanislaw Gruszka | 4 | -19/+53 |
2012-04-13 | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 85 | -2924/+3800 |
2012-04-12 | iwlwifi: dynamically determine lib_ops | Johannes Berg | 14 | -736/+763 |
2012-04-12 | net/wireless: ipw2x00: add supported cipher suites to wiphy initialization | Stanislav Yakovlev | 3 | -0/+31 |
2012-04-12 | prism54: replace open-coded ARRAY_SIZE with macro | Jim Cromie | 1 | -4/+2 |
2012-04-12 | brcm80211: replace open-coded ARRAY_SIZE with the macro | Jim Cromie | 2 | -32/+12 |
2012-04-12 | NFC: Fix LLCP link timeout typo | Samuel Ortiz | 1 | -1/+1 |
2012-04-12 | NFC: Add MIUX to the local LLCP general bytes | Samuel Ortiz | 1 | -0/+10 |
2012-04-12 | NFC: pn533 Rx chaining support | Samuel Ortiz | 1 | -16/+128 |
2012-04-12 | NFC: Convert pn533 from tasklet to workqueues | Samuel Ortiz | 1 | -38/+48 |
2012-04-12 | NFC: Call llcp_add_header properly when sending LLCP DM or DISC | Samuel Ortiz | 1 | -2/+2 |
2012-04-12 | NFC: Fix LLCP TLV building routine | Samuel Ortiz | 1 | -1/+1 |
2012-04-12 | NFC: No need to apply twice the modulo op to LLCP's recv_n | Samuel Ortiz | 2 | -2/+2 |
2012-04-12 | NFC: Dump LLCP frames | Samuel Ortiz | 1 | -0/+7 |
2012-04-12 | NFC: Add Core support to generate tag lost event | Eric Lapuyade | 2 | -1/+76 |
2012-04-12 | NFC: Changed target activated state logic | Eric Lapuyade | 2 | -4/+23 |
2012-04-12 | NFC: Fix next target_idx type and rename for clarity | Eric Lapuyade | 3 | -4/+4 |
2012-04-12 | NFC: The core part should generate the target index | Samuel Ortiz | 5 | -6/+20 |
2012-04-12 | NFC: Add HCI documentation | Eric Lapuyade | 1 | -0/+155 |
2012-04-12 | NFC: SHDLC implementation | Eric Lapuyade | 4 | -0/+1058 |
2012-04-12 | NFC: HCI support | Eric Lapuyade | 10 | -0/+1695 |
2012-04-12 | NFC: Export target lost function | Eric Lapuyade | 2 | -0/+40 |
2012-04-12 | NFC: Add a target lost netlink event | Samuel Ortiz | 3 | -0/+32 |
2012-04-12 | ath9k: remove dead code | Zefir Kurtisi | 6 | -16/+0 |
2012-04-12 | mac80211: fix the assignment of PREQ's MAC address for Proactive RANN | Chun-Yeow Yeoh | 2 | -2/+5 |
2012-04-12 | mwifiex: use asynchronous firmware loading | Amitkumar Karwar | 4 | -48/+62 |
2012-04-12 | mwifiex: add support for WPS2.0 | Avinash Patil | 7 | -0/+105 |
2012-04-12 | mwifiex: display correct country information in debugfs "info" | Amitkumar Karwar | 3 | -3/+4 |
2012-04-12 | mwifiex: set default regulatory domain | Amitkumar Karwar | 3 | -0/+38 |
2012-04-12 | mwifiex: fix typo in RSSI_HIGH event handling | Bing Zhao | 1 | -1/+1 |
2012-04-12 | iwlwifi: introduce device family enum | Johannes Berg | 5 | -34/+61 |
2012-04-12 | iwlwifi: create device configuration header file | Johannes Berg | 2 | -142/+215 |
2012-04-12 | iwlwifi: move eeprom into priv | Johannes Berg | 13 | -172/+155 |
2012-04-12 | iwlwifi: split force_reset debugfs file | Johannes Berg | 8 | -115/+62 |
2012-04-12 | iwlwifi: remove ack_check module parameter | Johannes Berg | 3 | -74/+0 |
2012-04-12 | iwlwifi: move hw_params into priv | Johannes Berg | 17 | -169/+168 |
2012-04-12 | iwlwifi: move queue watchdog into transport | Johannes Berg | 11 | -141/+91 |
2012-04-12 | iwlwifi: remove unneeded struct declarations | Johannes Berg | 1 | -2/+0 |
2012-04-12 | iwlwifi: remove watchdog debugfs file | Johannes Berg | 1 | -25/+0 |
2012-04-12 | iwlwifi: move rx_page_order into transport | Johannes Berg | 7 | -25/+29 |
2012-04-12 | ipw2100: remove a redundant NULL check before calling release_firmware() | Jesper Juhl | 1 | -2/+1 |
2012-04-12 | wireless, orinoco: release_firmware() tests for NULL, remove explicit tests b... | Jesper Juhl | 1 | -5/+2 |
2012-04-12 | wireless, mwifiex: drop redundant NULL test before call to release_firmware() | Jesper Juhl | 1 | -2/+1 |
2012-04-12 | wireless, libertas: remove redundant NULL tests before calling release_firmwa... | Jesper Juhl | 4 | -20/+10 |
2012-04-12 | ipw2200: remove a redundant NULL check before calling release_firmware() | Jesper Juhl | 1 | -2/+1 |
2012-04-12 | wireless, atmel: remove pointless test for NULL before release_firmware() call | Jesper Juhl | 1 | -2/+1 |