summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Handle specific error for SCO connection fallbackFrédéric Dalleau2013-08-211-0/+1
* Bluetooth: Prevent transparent SCO on older devicesFrédéric Dalleau2013-08-211-0/+6
* Bluetooth: Add constants and macro declaration for transparent dataFrédéric Dalleau2013-08-212-0/+2
* Bluetooth: Parameters for outgoing SCO connectionsFrédéric Dalleau2013-08-213-8/+23
* Bluetooth: Use voice setting in deferred SCO connection requestFrédéric Dalleau2013-08-211-5/+17
* Bluetooth: Add constants for SCO airmodeFrédéric Dalleau2013-08-211-0/+4
* Bluetooth: Add Bluetooth socket voice optionFrédéric Dalleau2013-08-213-1/+48
* Bluetooth: Remove unused mask parameter in sco_conn_defer_acceptFrédéric Dalleau2013-08-211-7/+3Star
* Bluetooth: Use hci_connect_sco directlyFrédéric Dalleau2013-08-213-8/+5Star
* Bluetooth: Purge the dlc->tx_queue to avoid circular dependencyGianluca Anzolin2013-08-211-0/+6
* Bluetooth: Fix the reference counting of tty_portGianluca Anzolin2013-08-211-34/+12Star
* Bluetooth: Implement .activate, .shutdown and .carrier_raised methodsGianluca Anzolin2013-08-211-70/+47Star
* Bluetooth: Move the tty initialization and cleanup out of open/closeGianluca Anzolin2013-08-211-42/+72
* Bluetooth: Remove the device from the list in the destructorGianluca Anzolin2013-08-211-21/+6Star
* Bluetooth: Take proper tty_struct referencesGianluca Anzolin2013-08-211-12/+17
* Bluetooth: Set different event mask for LE-only controllersMarcel Holtmann2013-08-211-0/+12
* Bluetooth: Fix getting SCO socket options in deferred stateJohan Hedberg2013-08-211-2/+6
* Bluetooth: use DIV_ROUND_UP in suitable places in btmrvl_sdioAndy Shevchenko2013-08-211-2/+2
* Bluetooth: replace strict_strtol() with kstrtol()Jingoo Han2013-07-251-3/+3
* Bluetooth: hidp: remove wrong send_report at initBenjamin Tissoires2013-07-251-14/+0Star
* Bluetooth: hidp: implement hidinput_input_event callbackBenjamin Tissoires2013-07-251-0/+26
* Bluetooth: Add missing braces to an "else if"Gustavo Padovan2013-07-251-1/+2
* Bluetooth: Use defines instead of integer literalsMikel Astiz2013-07-251-4/+5
* Bluetooth: Use defines in in hci_get_auth_req()Mikel Astiz2013-07-251-5/+8
* Bluetooth: Add HCI authentication capabilities macrosMikel Astiz2013-07-251-0/+6
* Bluetooth: Fix simple whitespace vs tab style issueMarcel Holtmann2013-07-251-1/+1
* bgmac: make bgmac depend on bcm47xxHauke Mehrtens2013-07-241-1/+1
* wireless: rt2x00: rt2800usb: add RT3573 devicesXose Vazquez Perez2013-07-241-0/+30
* ath9k: Fix diversity combining for AR9285Sujith Manoharan2013-07-247-20/+30
* mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil2013-07-241-1/+3
* mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar2013-07-244-87/+91
* mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar2013-07-241-2/+0Star
* mwifiex: replace mdelay with msleepAmitkumar Karwar2013-07-242-2/+2
* mwifiex: reduce firmware poll retriesAmitkumar Karwar2013-07-242-4/+0Star
* mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar2013-07-241-0/+8
* mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar2013-07-242-3/+3
* mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar2013-07-241-2/+0Star
* mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar2013-07-242-7/+1Star
* mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar2013-07-241-0/+9
* mwifiex: correct max IE length check for WPS IEAvinash Patil2013-07-241-5/+6
* mwifiex: support to send deauth for P2P clientStone Piao2013-07-241-0/+1
* mwifiex: skip registering mgmt frame that has already registeredStone Piao2013-07-241-6/+10
* mwifiex: discard deauth and disassoc event during WPS sessionStone Piao2013-07-241-0/+10
* mwifiex: add tx info to skb when forming mgmt frameHuawei Yang2013-07-241-0/+5
* mwifiex: delete AP TX queues when bridged packets reach thresholdAvinash Patil2013-07-244-2/+69
* mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil2013-07-243-7/+7
* mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl structAvinash Patil2013-07-242-5/+5
* mwifiex: remove stop_net_dev_queue operation in AP forwardingHuawei Yang2013-07-241-4/+0Star
* iwl3945: better skb management in rx pathEric Dumazet2013-07-241-12/+19
* wil6210: drop -Werror compiler flagVladimir Kondratiev2013-07-221-3/+0Star