aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-09bcma: store more alternative addressesHauke Mehrtens3-6/+7
2014-09-09ath9k: Fix MCC scanningSujith Manoharan2-1/+4
2014-09-09ath9k: Fix offchannel operationSujith Manoharan1-0/+4
2014-09-09ath9k: Use a subroutine to assign HW queuesSujith Manoharan2-17/+18
2014-09-09ath9k: Fix interface accountingSujith Manoharan7-10/+10
2014-09-09ath9k: Fix RX filters in channel contextsSujith Manoharan3-8/+21
2014-09-09ath9k: Fix COMP_BAR filterSujith Manoharan1-1/+1
2014-09-09ath9k: Fix ath_startrecv()Sujith Manoharan3-12/+4
2014-09-09ath9k: Fix RX filter calculationSujith Manoharan1-1/+2
2014-09-09ath9k: Add CTWindow supportSujith Manoharan3-2/+31
2014-09-09ath9k: Fix offchannel duration calculationSujith Manoharan1-4/+5
2014-09-09ath9k: Fix NoA start time calculationSujith Manoharan1-2/+2
2014-09-09ath9k: Fix panic when adding an AP interfaceSujith Manoharan1-3/+5
2014-09-09ath9k: Fix beacons for managed modeSujith Manoharan1-1/+1
2014-09-09ath9k: Fix beacon configuration for channel contextsSujith Manoharan1-0/+12
2014-09-09bcma: register NAND and QSPI cores earlyRafał Miłecki1-0/+21
2014-09-09bcma: move code for core registration into separate functionRafał Miłecki1-31/+36
2014-09-09rtlwifi: btcoexist: Update remaining old parts of the driverLarry Finger7-89/+65
2014-09-09rtlwifi: btcoexist: Add second part of BT coexistence routines for rtl8821aeLarry Finger2-0/+4119
2014-09-09rtlwifi: btcoexist: Add BT coexistence routines for driver rtl8821aeLarry Finger2-0/+3198
2014-09-09rtlwifi: btcoexist: Modify driver to support BT coexistence in rtl8723beLarry Finger2-0/+3395
2014-09-09rtlwifi: btcoexist: Modify driver for V062814 Realtek driverLarry Finger2-0/+4073
2014-09-09rtlwifi: btcoexist: Modify rtl_btc for changes in latest Realtek codeLarry Finger3-4/+22
2014-09-09rtlwifi: btcoexist: Modify btcoexist for changes in the V062814 Realtek versionLarry Finger4-233/+298
2014-09-09bcma: use separated function to initialize bus on SoCRafał Miłecki3-2/+14
2014-09-09bcma: move bus struct setup into early part of host specific codeRafał Miłecki5-10/+6
2014-09-09Bluetooth: 6lowpan: Route packets that are not meant to peer via correct deviceJukka Rissanen1-2/+63
2014-09-09Bluetooth: 6lowpan: Set the peer IPv6 address correctlyJukka Rissanen1-0/+13
2014-09-09Bluetooth: 6lowpan: Increase the connection timeout valueJukka Rissanen1-1/+1
2014-09-09Bluetooth: Fix issue with USB suspend in btusb driverChampion Chen1-0/+9
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg4-14/+17
2014-09-08Bluetooth: Fix dereferencing conn variable before NULL checkJohan Hedberg1-1/+3
2014-09-08Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.cBehan Webster1-7/+6
2014-09-08Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2-38/+84
2014-09-08Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg1-2/+3
2014-09-08Bluetooth: Add define for key distribution maskJohan Hedberg1-2/+3
2014-09-08Bluetooth: Fix locking of the SMP contextJohan Hedberg2-33/+44
2014-09-08Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg1-16/+5
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg3-4/+11
2014-09-08Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg1-2/+4
2014-09-08Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg1-5/+1
2014-09-08Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg1-0/+5
2014-09-08Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg1-19/+13
2014-09-08Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()Johan Hedberg1-5/+1
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2-3/+3
2014-09-08Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg1-8/+5
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2-29/+0
2014-09-08Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg1-2/+2
2014-09-08Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg1-0/+3
2014-09-08Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg1-4/+1