summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-08Bluetooth: Verify a pin code in pin_code_replyWaldemar Rymarkiewicz1-12/+41
2011-06-08Bluetooth: Remove a magic numberWaldemar Rymarkiewicz1-1/+1
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg2-4/+4
2011-06-08Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes1-0/+1
2011-06-08Bluetooth: Check advertising cache in hci_connect()Andre Guedes1-0/+9
2011-06-08Bluetooth: Remove useless check in hci_connect()Andre Guedes1-2/+2
2011-06-08Bluetooth: Add 'dst_type' field to struct hci_connAndre Guedes2-2/+7
2011-06-08Bluetooth: Refactor hci_auth_complete_evt functionWaldemar Rymarkiewicz1-42/+41
2011-06-08Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz3-2/+13
2011-06-08Bluetooth: Advertising entries lifetimeAndre Guedes3-1/+21
2011-06-08Bluetooth: Clear advertising cache before scanningAndre Guedes2-0/+33
2011-06-08Bluetooth: Add Advertising Report Meta Event handlerAndre Guedes1-0/+25
2011-06-08Bluetooth: LE advertising cacheAndre Guedes2-0/+77
2011-06-08Bluetooth: Add advertising report meta event structsAnderson Briglia1-0/+19
2011-06-08Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan3-19/+14
2011-06-08Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan3-3/+2
2011-06-08Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan3-76/+79
2011-06-08Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan3-26/+38
2011-06-08Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan3-88/+84
2011-06-08Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan3-93/+94
2011-06-08Bluetooth: Remove unnecessary use of hci_dev_list_lockJohan Hedberg1-4/+0
2011-06-08Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...David Miller1-3/+0
2011-06-08Bluetooth: fix set but not used warningGustavo F. Padovan1-2/+0
2011-06-08Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang1-5/+1
2011-06-08iwlegacy: fix channel switch lockingStanislaw Gruszka5-46/+28
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg1-2/+4
2011-06-08iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy1-0/+5
2011-06-07ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan1-14/+3
2011-06-07mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar1-5/+13
2011-06-07mwifiex: adding check for enough space before paddingYogesh Ashok Powar1-8/+14
2011-06-07mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar1-10/+5
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar3-25/+11
2011-06-07iwlwifi: remove unecessary if statementGreg Dietsche1-3/+0
2011-06-07iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka1-54/+52
2011-06-07wl12xx: Stop BA session event from deviceShahar Levi6-4/+46
2011-06-07mac80211: Stop BA session event from deviceShahar Levi4-0/+41
2011-06-07nl80211: fix overflow in ssid_lenLuciano Coelho1-5/+4
2011-06-07rtlwifi: Avoid modifying skbs that are resubmittedMike McCormack1-15/+13
2011-06-07rtlwifi: Fix logic in rx_interruptMike McCormack1-1/+1
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville33-236/+249
2011-06-07Revert "mac80211: stop queues before rate control updation"John W. Linville1-6/+0
2011-06-06iwl4965: set tx power after rxon_assocStanislaw Gruszka1-1/+2
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka2-1/+6
2011-06-06iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka3-11/+10
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville3-23/+8
2011-06-03iwlagn: call commit_rxon function directlyWey-Yi Guy4-14/+7
2011-06-03iwlagn: direct call to post_scan functionWey-Yi Guy3-3/+2
2011-06-03iwlagn: move all post scan functions in one placeWey-Yi Guy2-7/+7
2011-06-03iwlagn: set smps mode after assoc for 1000 deviceWey-Yi Guy3-2/+14
2011-06-03iwlagn: save the latest smps modeWey-Yi Guy1-0/+1